auth0-extensions / auth0-account-link-extension

An extension aimed to help link accounts easily
MIT License
28 stars 76 forks source link

Skip link - continue url uses auth0 domain and not custom domain causing failure in auth flow #127

Closed paustint closed 2 years ago

paustint commented 2 years ago

The link to continue and skip linking accounts uses the auth0 domain and not my custom domain and the authentication request is "Unauthorized" and the user is not logged in. If I go back and login again then the login process is successful and the account link modal is not displayed since the accounts were not linked and the user chose to skip that step.

If I change the URL on the unauthorized page to use my custom domain https://auth.foo.com/continue?state=...... then the login process is successful.

image

image

paustint commented 2 years ago

Ahh - I completely missed the the last tiny section in the docs that had information about changing the issuer, this fixed it.