When using the management api -> /api/v2/tickets/password-change -> to create a password reset ticket.
The link provided allows me to reset my password, and when I get the ‘Success’ message, my user has no way of getting back to the main app to sign in. The docs show a button on that page, but Ive never seen the button show up.
In my request I send this body :
{
“result_url”: “https://mydomaintoreturnto.com”,
“user_id”: “auth0|--****************”
}
Heres what I see:
Heres what the doc shows:
What am I missing here?