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
** Which Category is your question related to? **
AWS Amplify - Hosted UI
** What AWS Services are you utilizing? **
AWS Amplify, AWS AppSync, Lambda,
** Provide additional details e.g. code snippets **
I am unable to get the Google profile picture url for the user who logs in using the hosted UI.
I need a way to get the user profile data, which I would want save into a DynamoDB table.
Below is what I am doing with Google Auth.
I am wrapping my component with the withOAuth HOC
I am then able to do a sign in to google using props.OAuthSignIn()
In the payload, which I get back I am able to get the idToken , accessToken, refreshToken
The scope, I have set in Cognito and the app are email profile openid aws.cognito.signin.user.admin
The text was updated successfully, but these errors were encountered:
Hello everyone, we have created an RFC for feature work that should make the challenges found in this issue easier in the future. If you have a moment please read through the details and add any comments: #2716
Your feedback in the RFC will help us ensure that we are delivering the best experience possible. Thank you.
** Which Category is your question related to? **
AWS Amplify - Hosted UI
** What AWS Services are you utilizing? **
AWS Amplify, AWS AppSync, Lambda,
** Provide additional details e.g. code snippets **
I am unable to get the Google profile picture url for the user who logs in using the hosted UI.
I need a way to get the user profile data, which I would want save into a DynamoDB table.
Below is what I am doing with Google Auth.
I am wrapping my component with the
withOAuth
HOCI am then able to do a sign in to google using
props.OAuthSignIn()
In the payload, which I get back I am able to get the
idToken
,accessToken
,refreshToken
The scope, I have set in Cognito and the app are
email profile openid aws.cognito.signin.user.admin
The text was updated successfully, but these errors were encountered: