Hi @jorge.macia
What I am able to confirm is that the " Back to application " button is designed to redirect the user to the Tenant Login URI and if this is not configured, then the button would be absent. This cannot be set dynamically, however the following approaches could help you achieve this:
- look into configuring Default Login Routes which ca be used to complete a password reset flow and redirect the users back to a specific application instead. I cannot currently confirm if this can be dynamically set;
- this should be configurable through our ACUL feature that allows you more customizability when using the Universal Login experience. The ResetPasswordSuccess screen handles the equivalent screen and should be a good starting point for testing.
Allow me to share additional topics and documentations that could help on this matter:
- Regarding back to button on auth0 password reset success page;
- Redirect back URL after reseting password;
- How to Create a Password Reset Link Without Emailing the User;
Hope this provided some clarity and guidance!
Have a great one,
Gerald