I’m struggling with the user redirect after a password reset on the hosted page.
It looks as if result_url would be completely ignored.
Here’s what I do:
I create a password reset ticket (handing over user_id and result_url).
All works fine, page opens, password is changed, success message shown.
Result_url is 1:1 as in the allowed callback urls of both: Enduser app and M2M app.
It always just stays on the the changed password success page.
I just tried to replicate and everything is working as expected. I redirect after the successful pw change.
Here are a few things you can try:
DM me your result_url you are trying to use, I want to take a look and see if there is something going on there.
Try using a result_url that is a common website, like https://www.google.com for instance. No need to register this URL in the dashboard, it should work regardless.
If a common website is not working, try opening the pw change link in a different browser, and try in incognito/private browsing mode.
Ah it appears redirect isn’t currently working if you use the ‘New’ Universal Login experience. I switched back to the ‘Classic’ and redirect worked a charm
Hope this helps all, and would love to know when it’ll be supported on the New experience
You can set the Application Login URI (Configure Default Login Routes), and Auth0 will redirect to it in several scenarios that are described in that page.
If that does work for your use case, please let me know.