Gyro
Gyro

Reputation: 813

amazon cognito federated identities

We are integration Amazon Cognito Federated Identities in our application .

We are adding Login with Facebook and Login with Google as external identity providers.

Now assume that

1) first time user logs in with facebook with email id [email protected] .

2) During next visit ,same user log in with Google with same email id [email protected]

In above scenario , please let me know whether same Amazon Cognito federated entity will be used or not.

Regards

Upvotes: 1

Views: 504

Answers (1)

Rachit Dhall
Rachit Dhall

Reputation: 1661

In the above scenario the identityId will be different for both. The federation is based on the unique identifiers provided by the providers and not email address.

Upvotes: 1

Related Questions