AWS Cognito Switch User to Federated Account
I want to allow users to sign up using either a user-pool identity (email + password) or a Facebook-federated identity. But I also want them to be able to switch later on: either add Facebook federation if they didn't sign up using Facebook initially, or remove the Facebook link from their account if they initially signed up using Facebook. Is this possible? Thanks in advance! Yes, it is. I'm assuming that Facebook is added directly to the Userpool as an IdP. Splitting your query into 2 parts: 1. User signs up using username & password. Later, he wants to link his Facebook account This is