Login hint after reset password completion

Hey, currently using new universal login.

im sending a password reset link to a user to the email, this link contains login_hint=his@gmail.com

When the user changes his password and click on the button ‘go back to my app’ This login hint is lost and he has to type his email again in the input.

I’ve tried different ways like using advanced UL header tags but nothing seems to work, is there a way?

Please hell help with this topic @dan.woda. Is there a solution right now?

Hi @camilomafioly

Unfortunately, it is not possible to pass the login_hint parameter since the Go Back to My App uses the Application Login URI set on your application. For you to be able to pass the login_hint, you would be required to dynamically update it.

As an alternative, you can configure a custom password reset page and then redirect the user to the /authorize endpoint of your application in which you also pass the login_hint parameter.

If you have any other questions, let me know!

Kind Regards,
Nik

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.