Get a password reset link to Universal login Page with/out state

Hello,

how and is it possible to generate a link to the Univseral login page on the Forgot Password feature.
Simply copy pasting the url does not work as auth0 requires a valid state as a query parameter.
https://>MYTENANT</u/reset-password/request/Username-Password-Authentication?state=hKFo2SA4SzdwZ2ozR…E

I don’t want to open a PW reset ticket or change it directly via API or request a change.
Why implement everything myself when the feature is already provided.

hopefully its not a double post, otherwise i’m happy about a link to the answer post

The answer to the first part of your post about how to generate a link that goes directly to the universal login reset password page would be to call this specific endpoint https://auth0.com/docs/api/management/v2#!/Tickets/post_password_change in the Management API.

However, later in the post you mention you don’t want to open a password reset ticket so I confess I’m unsure if you already considered the above option and ruled it out.

thx for help , looks like best practice, furthermore i will use “create password ticket” API or write a guide like “logout->click forgot password”

1 Like

No worries! We’re here for you! Let us know if you have any other questions down the road!

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