[keycloak-user] User registration outside of Keycloak login form

Marek Posolda mposolda at redhat.com
Mon Nov 6 03:59:28 EST 2017


I think it can be done with the authentication SPI. After the 
registration, you will need to have authenticator, which will accept 
username + password (you know the password from the registration) and 
authenticates user based on that. I suggest to take a look at the 
authentication SPI and examples for this.

Marek


On 26/10/17 18:13, Niels Bertram wrote:
> Hi Keycloak users,
>
> a strange question for the community ... I have a customer that wants to
> have SSO but does not want to use the Keycloak registration screens (themed
> or otherwise) but requires the user to be "logged in" to Keycloak after
> user registration.
>
> My understanding is that to get the SSO magic to work, a user agent must be
> redirected to the Keycloak server so the KEYCLOAK_SESSION? cookie can be
> set so that when the user navigates to another SSO enabled site after user
> registration, they would be identified in the auth flow of this client. Is
> there any way to create a valid SSO session without using the registration
> forms of Keycloak server itself? Like doing an XHR request that would
> create a user registration and also sets the required server side cookies
> in the user agent?
>
> Interested to hear your thoughts.
>
> Many thanks, Niels
> _______________________________________________
> 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