Reputation: 47018
If we allow users to signin with Google using Cognito Federated Identities, will Cognito automatically add the users attributes to the Cognito user pool?
In other words will we be able to go to the user pool and see their first name, last name, email, etc.
Or do we need to do this manually.
Upvotes: 1
Views: 280
Reputation: 4480
IF you are using User Pools along with federated identity, you have to map the attributes to your user pool table.
There is also a scenerio where you use identity pool to exchange federated identity tokens for temporary AWS credentials without adding the user to user pool.
Upvotes: 2