Reset password redirect

I’m trying to find a way to redirect the user to the login page in the Universal Login flow after they have changed/created their new password, but I only managed to make it work on the Classic Universal Login which is not the best solution for my app now.

After submitting the new password, the user gets redirected to this page (see the image).

I tried to create a password ticket by sending the result_url parameter, but it works only for the Classic Universal Login.

Is it possible to redirect the user after completing the reset password flow? What is the right way to make it work on the Universal Login flow?

Hi @gustavo3

Welcome to the Auth0 Community!

Thank you for posting your question. The flow you see is correct as the result_url is a part of the Classic Universal Login Experiance. The redirect URI that the user is directed to after a successful password reset can come from multiple sources. This depends on whether you are using New Universal Login or Classic Universal Login ; whether you are generating a password change ticket directly via the Management API or sending a password change email via the Authentication API , from the login page, or other.

Everything about redirect during password change is described here → Why is password change/reset redirect not working? including Video Tutorial → https://www.youtube.com/watch?v=Jo3mLEDRKX8

Thanks
Dawid

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