Hi everyone!
My issue is similar to Redirect to page after password reset
I want to redirect user after password change (new universal form). Steps to reproduce:
- Create ticket by calling
POST /api/v2/tickets/password-change
- Follow the ticket link
- Fill the password change form
- Redirect expected
What I tried:
- Passed
return_to/result_url/redirect_url/...
along with ticket url - Included the same to password-change payload
- Set ResultUrl in api (it works for old form, but it shouldn’t work for new one, but I tried)
- Tried to include as parameter while api calling:
managementAPI.Ticket.ChangePassword(ticket,management.Parameter("return_to/result_url/return_url/...","https://google.com"))
- Tried to find where to define return url in application/tenant advanced settings, but w/o luck
- Tried to set “Application login URL” in app settings
Thats it. Please provide working example. Thank you!