Login user after setting new password

Hi,

I’m using the Keycloak Admin REST API to add new users and after that I issue a required action to update the users password. I already include a redirect_uri inside that required action so the user ends up at the login page after setting her/his new password.

However we would like to immediately login the new user and return them to the app using a redirect_uri. Is that possible somehow?

Mark

Hi Mark, did you ever got a solution for this? We are having the same issue in our app and despite specifying the client_id and redirect_url parameters, it still ends up asking the user to login after setting the password.

Any update on this topic is greatly appreciated.

TIA!