Search code examples
keycloakkeycloak-services

Registration auto login disable


I am using keycloak 4.8.3 Final for my project. I need to disable auto login after the registration. I have been reading keycloak documentation for 5 days. Couldn't find the answer, i dont know if it's possible or not. Any guide will be useful for me. Thank you.


Solution

  • If you want to show the Keycloak login form again after the registration, you can setup as follows:

    1. Go to Authentication settings and select Registration flow.
    2. Click Copy button.
    3. Click Add execution button and select Username Password Form.
    4. Click REQUIRED checkbox of Username Password Form execution.
    5. Click Bindings tab and change Registration Flow to the copied registration flow.
    6. Click Save button.

    enter image description here