[keycloak-user] Auth0 Lock alternative
Marek Posolda
mposolda at redhat.com
Tue Jul 31 16:10:44 EDT 2018
Hi,
you can either look at our Themes functionality if you want to customize
look and feel of login page (See the docs and examples for the details).
In this case, page will be still displayed by Keycloak server, just will
have different L&F.
Other possibility is to use OAuth2
Resource-Owner-Password-Credentials-Grant (Direct grant). In this case,
you can create the form by yourself and then send the username+password
in the separate HTTP Post request to Keycloak and Keycloak will return
you back the tokens.
Marek
On 31/07/18 17:26, Robert Smol wrote:
> Hi,
>
> is there any similar project like Auth0 Lock? Something that would allow me
> to embed Keycloak's login page into my classical web app? Currently
> whenever I need to login the user, I forward him to Keycloak, but there are
> demands to show the login window directly on our webpage.
>
> Robert
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
More information about the keycloak-user
mailing list