I’m using Keycloak version 25 and need to prevent users from being automatically logged in after registration. Instead, I want to display a custom welcome page with a login button.
I couldn’t find the “Login User After Registration” option in the Admin Console, and there is no “Add Execution” feature in this version. What is the recommended way to achieve this in Keycloak 25?
Any guidance or example setups would be greatly appreciated!