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
How can I successfully verify the id_token received from android and ios? When I inspected the id_token's value I noticed that they have different aud values and that's the reason the [https://developers.google.com/identity/gsi/web/guides/verify-google-id-token](verifyIdToken on my server) returns invalid_value on the android signin.
Here's the IOS id_token which I can successfully verify.
Here's the android id_token which cannot be verified by google.
I'm using the same client id that I use on the web for the android.
The text was updated successfully, but these errors were encountered:
I have the opposite problem:
I can verify server-side the token when it is generated by the cordova app on android.
Instead, if I verify server-side the id_token generated by the app compiled on ios, it throws the message:
The value '.........' is not a verified ID token:
- - The token was not issued by the given issuers
- - The token is not allowed to be used by this audience
I have the opposite problem: I can verify server-side the token when it is generated by the cordova app on android. Instead, if I verify server-side the id_token generated by the app compiled on ios, it throws the message:
The value '.........' is not a verified ID token:
- - The token was not issued by the given issuers
- - The token is not allowed to be used by this audience
How can I successfully verify the id_token received from android and ios? When I inspected the id_token's value I noticed that they have different aud values and that's the reason the [https://developers.google.com/identity/gsi/web/guides/verify-google-id-token](verifyIdToken on my server) returns invalid_value on the android signin.
Here's the IOS id_token which I can successfully verify.
Here's the android id_token which cannot be verified by google.
I'm using the same client id that I use on the web for the android.
The text was updated successfully, but these errors were encountered: