Redirect or link after reset action "update password"

Hi All,
I’m trying to figure out, how I can make the redirection after that I have the for update password.

At the moment, when I send a reset action “Update Password”, after I do the changes, there is only the message “Your account has been updated.” with the button for the language, but nothing more.

Now I have two option, automatic redirect, or the link to go to the applicatio.

Is there someone that could help me?

Thanks in advance
Marco

1 Like

If you use the Admin API, you can use the execute actions method to send a message to the user with the UPDATE_PASSWORD action, and specify a redirect_uri. This will cause the user to be redirected to the given URI after the action. Note that the URI must be a valid URI for the client you are using. Documentation here: Keycloak Admin REST API

Hi.

I’m having exactly the same situation. However, in my case I’m using “Forget Password” functionality.
image

Is there any option to see “Back to application” link after changing password? Or maybe the flow assumes that user has to close the browser tab in which he/she completed password recovery. Then putting new password again:
image

I can’t use templates (info.ftl), because I have many clients under realm.