I have a Login authentication flow, and then I have a password reset (forgot password) flow built in Keycloak, and this works great.
What I noticed is that, when a user requests a password reset email, and successfully changes the password, they automatically get logged in.
How can I change this behavior so they get redirected back to the login form, with a success message?
I know that I can add the login form execution step itself within the password reset flow, but I have much more steps within the Login flow itself, so I don’t want to go with this route. Basically - I want to redirect from the Password Reset Flow, once done, to the Login Authentication Flow.
Is this possible?