Support password reset ticket's result_url parameter in New Universal Login

Feature: Support the result_url parameter in password reset tickets for New Universal Login

Description/Use-case: We are trying to implement invite functionality by following the guide in the Auth0 documentation here: Send Email Invitations for Application Signup. Specifically, we’re using the route where a user is pre-created, and then a password reset ticket is generated and we email it to the invited user ourselves. This approach was appealing to us because we thought it would give us full control over the result_url and allow us to add query string parameters (which is important for our invite flow).

However, neither that page nor the Management API documentation for Create a Password Change Ticket makes it clear that the result_url parameter of the the Password Change Ticket request is only supported by the Classic Universal Login. (We did open a support ticket about this, so the docs may have been updated with this information now.)

This is a problem for us, because we use the New Universal Login, and we don’t want to switch to Classic. We’ve seen this post: Why is password change/reset redirect not working?, and are already aware that New Universal Login does support redirecting the user to the “Tenant Login URI”. But as mentioned above, this is useless for us since we need to be able to set query string parameters for each individual Password Change Ticket when we create it.

Please consider adding support for result_url to the New Universal Login; this would bring it closer to feature parity with the Classic Universal Login, and I’m sure we’re not the only company that would appreciate the additional flexibility here.

Hi @connect-admin,

Welcome to the Auth0 Community!

Thank you so much for creating this detailed feedback request.

Let’s hope it attracts as many votes as possible to include support for the result_url parameter with the New Universal Login.

Have a great rest of your day!

Thank you.

1 Like

This plus being able to log the user in automatically following the password reset would be a great improvement

1 Like

This is an important feature for us too. We are actually using the Classic path with password reset flows because we need result_url for the workflow, but we’re missing out on benefits of the New Universal.

Why wouldn’t Auth0 support result_url and bring parity? Is there something undesirable that isn’t clear to us?

1 Like

Same here, I don’t understand how this can’t be just done. Instead we’re here voting for something that’s clearly missing and breaking an important flow.

1 Like

Half a year later… Please consider implementing this

1 Like

We need this for our use case as well. We have an application with several white-labeled subdomains. For example subdomain1.abc.com, subdomain2.abc.com, etc… The result_url allowed us to go back to the specific subdomain after a reset password. The options offered by the New Universal Login are not flexible enough. They are only tenant or application/client level, which doesn’t work for us. We really think the New Universal Login should support result_url.

Ran into this today. Been around a long time. Any work-arounds yet for the New universal login users to be able to have requested return_url’s?