Hi @dan.woda I tried this approach. there is one issue in this approach.
I am using custom email provider and customized HTML for password reset page - after reset of password there is no auto redirect or button to navigate. I am using app_id in reset_password management API call and I have default login url configured in my application.
Similar issue as mentioned Password Reset Redirect not working - #17 by joby
To be specific
- I used management v2 api to create password reset ticket (link). I specified user_id, client_id, ttl_sec, mark_email_as_verified parameters in request.
- I customized the link and added url fragment to it.
- On universal login, I customized password reset page to respect the url fragment and render different text on password reset page.
- I have configured the default tenant login page and the application default login page for the client_id supplied on step 1.