Two Tenants, both setup same. Universal Login but one includes link back to app and one doesn't.

No problem!

Just to be sure, I have tried submitting a password change ticket using the Management API while I had:

  • both the tenant level Default Login Route and Application Login URI configured
  • Only application login URI configured
  • Only tenant level Default Login Route configured

In all of the scenarios the redirect button to the application was present.

This would be the cURL command executed with the relevant data:

curl -L 'https://{{AUTH0_DOMAIN}}/api/v2/tickets/password-change' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {{API_TOKEN}}' \
-d '{"user_id":"auth0|{{USER_ID}}","client_id":"{{CLIENT_ID}}","ttl_sec":0,"mark_email_as_verified":false,"includeEmailInRedirect":true}'

Otherwise, as far as I know, there should not be any other settings which would prevent the button from appearing.

Kind Regards,
Nik