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?
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.