How to implement Cognito Social Login like Google? #4060
Unanswered
virajkanwade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Configure user pool to allow Google login.
I couldn't figure out how to make the login URL in boto3, but based on the documentation, I called
/oauth2/authorize?identity_provider=Google
manually in the browser.It did its thing and redirected to the frontend url with a code
http://localhost:3000/?code=XYZ
.Based on the docs, the code is to be used with the
/oauth2/token
endpoint to get the actual access_token.But I could not find any equivalent function in boto3.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions