amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

I am able to save the federated users into userpool without using hosted UI(By providing IdentityProvider attribute). Thanks a lot 👍 #213

Open rapgithub opened 4 years ago

rapgithub commented 4 years ago

I am able to save the federated users into userpool without using hosted UI(By providing IdentityProvider attribute). Thanks a lot 👍

Originally posted by @joe455 in https://github.com/aws/amazon-cognito-auth-js/issues/55#issuecomment-357018807

Can you show the code you used to do this? I have a custom UI after a facebook user is logged in I want to save this user using my custom UI onto cognito UserPool with provider name facebook for instance in my case the group created for facebook users does not display any facebook user yet...

can you show your code here how you handle to save a facebook user into the UserPool with customUI ? thanks