Reputation: 7641
I want to login with social identity provider (Google) and after successful authentication , I need to pass Google Auth Token to Cognito User pool to create new user in it. Is it possible? If yes, How can we achieve it?
I think below are steps
Ref, I went through
https://docs.amazonaws.cn/en_us/cognito/latest/developerguide/cognito-user-pools-social-idp.html
https://docs.aws.amazon.com/cognito/latest/developerguide/google.html
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-scenarios.html
https://aws-amplify.github.io/docs/android/authentication
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html
Upvotes: 4
Views: 556
Reputation: 52366
Had a lot of trouble figuring this out too.
Check this link, it might be helpful.
Upvotes: 0