-
Notifications
You must be signed in to change notification settings - Fork 253
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
authorize_and_exchange_code_failed, Failed to authorize: [error: null, description: Invalid ID Token] #486
Comments
@ricardoBritoSantos I also faced the same problem. |
I'm facing a similar problem. This is my code for the login flow: It works on almost any phone(Android), but when I tried it on an old Huawei phone with Android 9 I get this error:
If anyone knows what I could do, please tell me. I don't want to write all the logic myself but apparently I have to. |
I added service configurations and it works for me
|
I need urgent help, I'm trying to make my app authenticate with Microsoft Login ID.
If I use it the way below, there is no error and it can get the authorization code, so I think the application configuration in Azure is correct.
But I need the email address that logged in, so I understand that I need to use the method below, but when I use it it returns this error: Exception has occurred.
PlatformException (PlatformException(authorize_and_exchange_code_failed, Failed to authorize: [error: null, description: Invalid ID Token], Issuer mismatch, null))
@MaikuB Can you help me please?
additional information
The text was updated successfully, but these errors were encountered: