Redirect users to custom URL after invitation password reset

I have followed the guide to create a user invitation flow. However, I am not using a customized reset password email template (the customized template does not look good as the universal templates).

When creating the password change ticket, I am setting the result_url and have allow-listed that URL in the allowed callback URL setting. After the user resets their password, I am taken to this screen:

Clicking the “Back to Applications” takes me to the login screen. After logging in, I am redirected to the auth0 homepage. How can I configure this to redirect to a different URL.

Hey there @daveroze welcome to the community!

result_url will only work if you are using Classic Universal Login - For New Universal Login you will want to configure the “Application Login URI” in your Application settings in Auth0:

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