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
I setup a AWS cognito user pool which is enabled to login via a Google account. I use aws-hosted login UI. With the Google sign-in, the creation of the user in the cognito userpool is done by AWS. I logged in with my Google user and the user is now present in the userpool (UserID is something like "google_4313213125213").
Being on an android app. I setup Google One-Tap login: After the login via Google One-Tap, Google issues a Google ID Token.
Based on the ID Token I would like to create a user in the Cognito user pool (the same thing that happens via Google Login via AWS hosted-UI). Is this possible (with the SDK)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I setup a AWS cognito user pool which is enabled to login via a Google account. I use aws-hosted login UI. With the Google sign-in, the creation of the user in the cognito userpool is done by AWS. I logged in with my Google user and the user is now present in the userpool (UserID is something like "google_4313213125213").
Being on an android app. I setup Google One-Tap login: After the login via Google One-Tap, Google issues a Google ID Token.
Based on the ID Token I would like to create a user in the Cognito user pool (the same thing that happens via Google Login via AWS hosted-UI). Is this possible (with the SDK)?
Beta Was this translation helpful? Give feedback.
All reactions