Tuesday, September 29, 2020

Re: Preauthentication service with GWT

You can use keycloak as auth server and keycloak javascript adapter on the client side 

Le mar. 29 sept. 2020 à 08:23, Gordan Krešić <gordan.kresic@steatoda.com> a écrit :
On 28. 09. 2020. 11:20, jhon tonini wrote:
> I want to develop an application for authenticate the user and redirect he
> to my web application.
> Which server-side frameworks can I use for develop this (I want to use GWT
> as client-side framework)?

Besides already mentioned Spring Security, you may consider external
authentication service like Keycloak (https://www.keycloak.org/). It has own
(themeable) login page which redirects to your URL upon successful auth.
OTOH, you can also exchange username/password pair for authentication token
via API if you choose to implement your own login form (even in GWT).

        -gkresic.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/9183f537-556b-25b4-d95d-918d4f7ff691%40steatoda.com.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACgjETa2UYrktbOO4E0xK3zahE3xsuXfyFgMOq%3DszwgGXW6AxQ%40mail.gmail.com.

No comments:

Post a Comment