Google Authentication fails with AWS Cognito Identity Pool on Android
问题 I get an NotAuthorizedException:Token is not from a supported provider of this identity pool when I call Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetIdAsync() I do not understand why, the token was obtained by authenticating with GoogleSignInApi , and the AWS Identity Pool is configured to federate to the Google authentication provider with the same "Google WebApp Client ID" used to authenticate on the Android device. Also I've tried to obtain the Google token using 2 different ways