question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Federated identities put into my user pool (Angular)

See original GitHub issue

I’m developing an Angular app and I want to utilize Cognito to handle my users.

When a user registers themselves via Facebook/Google I want to put their information in the user pool. In the documentaion I saw that is possible to do this in React and React Native by using withAuthenticator HOC.

What I need is:

  • I Get the Facebook / Google token
  • The token is sent to Cognito which auth the user and puts them into the user pool.
  • An access token is sent back.

I have tried to do that by using the method Auth.federatedSignIn() but it not add the user into the user pool

Is it possible to do in Angular?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
powerful23commented, Aug 30, 2018
0reactions
github-actions[bot]commented, Jun 12, 2021

This issue has been automatically locked since there hasn’t been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels or Discussions for those types of questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Amazon Cognito identity pools (federated identities)
Amazon Cognito identity pools (federated identities) enable you to create unique identities for your users and federate them with identity providers.
Read more >
Add user to AWS Identity Pool automatically after login ...
How do I use this to then automatically add the user to a configured AWS Identity Pool? Do I then get credentials back...
Read more >
AWS: Configuring Cognito User pool + Federated Identity (Okta)
Setting Federated Identity (Okta)​​ Okta is an IDP which is similar to Cognito. We are going to integrate Okta in Cognito. For this,...
Read more >
How do I configure Cognito User Pool federation with Google?
... Knowledge Center article with this video: https://aws.amazon.com/premiumsupport/knowledge-center/cognito-google-social- identity -prov...
Read more >
Authentication using the Amazon Cognito to an Angular ...
21. Fill in the field User pool name, click on the option Public client, fill in the field App client name, click on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found