You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing Login Async on Xamarin (Android) using AndroidX nugget it return an exception: Issuer (iss) claim mismatch in the ID token; expected "https://domain/", found "https://domain".
I can see this Issuer at Auth0client/base/Non_public members/_idtokenRequirements/Issuer
It seems that instantiating auth0client adds a slash at the end of Issuer, because I put the domain without that slash.
Reproduction
Follow Auth0.oidclient.AndroidX guide, this for example: