-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When linking account, issuer is not my custom domain #161
Comments
I guess the other solution is to implement myself the User Initiated Linking by following this example https://auth0.com/blog/improving-the-sign-in-with-apple-experience-with-account-linking/ or that one https://auth0.com/docs/manage-users/user-accounts/user-account-linking/user-initiated-account-linking-client-side-implementation |
@ajubin See this section of the extension documentation, which states:
|
@rlewis-grax |
Encountering the same issue. Any workaround for this with triggers and actions @rlewis-grax ? |
Hi,
I've got a custom domain on my auth0 instance and I use it in my app to verify the token.
As a user, when I want to link account by clicking on "Continue", I'm redirected on the default domain login page.
Hence, the token generated when the account are linked is not issued as the custom domain but as the default one.
So my app fails authenticating the user with the token, throwing the error:
Issuer (iss) claim mismatch in the ID token; expected "<CUSTOM_DOMAIN>", found "<DEFAULT_DOMAIN>"
My workaround is to catch this error message and do another login flow
As I didn't find any way to configure the account link extension to go on my custom domain page
I'm not sure someone from the repo will read this, but hopefully it may help someone
The text was updated successfully, but these errors were encountered: