Redirect to native app on password reset

  • The email template under Branding → Email Templates → Password change template that you are using → Redirect URL

This would affect the web flow where the user tries to reset their password unless there’s a way to see which service sent the email (new Universal Login vs the Auth0 Node.js SDK)

  • Application settings Login URI

This does seem to work somewhat as an option as a button appears redirecting the user to the application Login URI. Thanks :raising_hands:

  • Tenant settings → Advanced → Tenant Login URI

Think this would affect the web flow which uses Universal Login.

Is there a way to do a check on the values in the reset email to check where the email has been triggered from? Or a way to send the email with custom values from the Auth0 client SDK? I see there is a way to update the email from the Management API but updating it would affect all applications on the tenant would it not? Is there a way to do that temporarily?