What is the direct link to the hosted password reset page

I want the direct link to the hosted URL which shows the password reset hosted page. This is possible for the log in flow:

https://<tenant>.eu.auth0.com/login?client=<client-id>

but nowhere in the docs does it mention what the URL for the password reset is. So, what is the direct link to the password reset hosted page?

4 Likes

The entrypoint for an interactive authentication request should be the /authorize endpoint and not the /login one so even for the login flow you should not be using any direct links to the endpoint you mentioned.

A similar thinking is applied to the hosted reset password page; the entrypoint for a password reset should be the ticket URL provided through the relevant Management API endpoint or directly to the end-user email inbox. You may want to update your question with the exact use case you’re trying to accomplish.