问题
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.
回答1:
If you want to show the Keycloak login form again after the registration, you can setup as follows:
- Go to Authentication settings and select Registration flow.
- Click Copy button.
- Click Add execution button and select Username Password Form.
- Click REQUIRED checkbox of Username Password Form execution.
- Click Bindings tab and change Registration Flow to the copied registration flow.
- Click Save button.
来源:https://stackoverflow.com/questions/57592742/registration-auto-login-disable