amazon web services - How to combine Cognito User Pools with external providers like Facebook? -


so far cognito has identity pools support external providers facebook.

now there cognito user pools - love use.

but can't figure out how support both - cognito user pools , external providers facebook.

it seems identity pools , user pools separated things , can't see how put them together.

so in short, want users able either sign in facebook or user pools.

anybody has idea if possible?

you can add cognito user pool identity provider in cognito federated identity pool.

steps:

(1) create user pool, note down user pool id , app client id
(2) navigate cognito federated identity console.
(3) when creating/editing federated identity pool, expand "authentication providers"
(4) click cognito tab
(5) enter user pool id , app client id.

then use cognito user pools use amazon, facebook, google, twitter, or oidc provider.

this blog post should help: http://mobile.awsblog.com/post/txgnh1aukdrzdh/announcing-your-user-pools-in-amazon-cognito


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -