Questions about the Amazon Cognito authentication using Facebook
Questions tagged [amazon-cognito-facebook]
66 questions
1
vote
0 answers
aws cognito guest user login with java
Is there any way by which we can allow guest user i.e. who is not a registered user in cognito to login. We are using java. Also how can we allow a user to login with other identification providers such as Facebook, Google etc.
Thanks

Shantanu
- 201
- 2
- 6
- 15
1
vote
0 answers
AWS Cognito login with Facebook
I have an Angular 10 site. I have an AWS Lambda (ASP.NET Core 3.1) that does authentication with AWS Cognito for users with email/password. But I want to allow users to also use Facebook (and eventually Google) to log in as well. In the…

sshirley
- 239
- 2
- 6
- 19
1
vote
2 answers
How to disable AWS Cognito User Pool account created via Identity Provider?
Any Cognito User Pool gurus out there? I've been using Cognito for a while now but this one has me a bit stumped.
We allow users to sign up and sign in using social accounts like Facebook which are set up as Identity Providers in the User…

BigJump
- 15,561
- 3
- 31
- 29
1
vote
2 answers
Amazon Cognito: an error occur while trying logout
this the request uri
https://mydomain.auth.us-east-1.amazoncognito.com/?response_type=code&client_id=' + '&redirect_uri=http://localhost:8080/'
it redirect to this uri with error that chown in image…

Mikhail Fayez
- 421
- 3
- 15
1
vote
2 answers
Setting Facebook API version in AWS Cognito User Pool using Terraform
I couldn't find any documentation about how to set a Facebook API version in Terraform when integrating an AWS Cognito User Pool with it.
The block below can be deployed without any errors:
resource "aws_cognito_identity_provider"…

cahen
- 15,807
- 13
- 47
- 78
1
vote
1 answer
AWSMobileClient initialise returns user-state "SignedIn" after uninstalling and then installing application
I am using aws-cognito UserPool (via. AWSMobileClient) for authentication of users to access the AWS Services.
Currently the user may choose to log-in via Phone, Google and Facebook using Hosted UI option, which requires to initialise the…

Abhishek Singh
- 76
- 4
1
vote
0 answers
Amazon Cognito User Pool And Facebook Login in Android
I am using CognitoUserPool (com.amazonaws.mobileconnectors.cognitoidentityprovider.CognitoUserPool) and I use the method getSessionInBackground for login CognitoUsers and signUpInBackground for create users.
For example, for login:
CognitoUser…

Alex Albalá
- 93
- 1
- 9
1
vote
0 answers
AWS Cognito - Login with Facebook on Browser (Not Mobile APP)
We are attempting to implement AWS Cognito instead of Facebook's Login SDK.
The components are
1. Home page acme.com login
1.1 Has Login with FB button
2. Destination page: acme.com profile
scenario A; NO Acme session
a1. User is logged in to…

Gooch
- 11
- 2
1
vote
3 answers
Cannot configure amazon-cognito-auth-js to angular 4 application with SAML Identity provider
I am trying to integrate SAML Service provider with AWS cognito pool.I have gone through lot of documents and tried to implement .However redirecting is not happening when i click on log in .[scenario is it should redirect to Microsoft login Page]
…

praveen
- 11
- 1
- 3
1
vote
1 answer
Creating cognito Facebook identity provider?
I'm using boto3 on a lambda create a Facebook Identity Provider using:
response = client.create_identity_provider(
UserPoolId='us-east-2_asqweo3',
ProviderName='MyAppProviderName',
ProviderType='Facebook',
ProviderDetails={
…

Federico Roma
- 21
- 5
1
vote
2 answers
Cognito User Pool - Linked providers how to authenticate
I have a regular Cognito user setup, and we have a lambda function which links social provider accounts to this regular user using the adminLinkProviderForUser API.
After this happens, the user pool user correctly shows the link in the identities…

Ricky Davis
- 369
- 1
- 11
1
vote
1 answer
"email" vs "Email" in AWS Cognito
In my AWS Cognito App Client settings, it offers me two settings for email: one with a capital E (Email), and one with a lowercase e (email). See screenshot below.
What is the difference between them?

CodyBugstein
- 21,984
- 61
- 207
- 363
1
vote
1 answer
Switching identities in Cognito - how to handle merging of id's
I have an app that the user can use anonymously or login via facebook. All are linked to Cognito. When using the app they call a lambda to save items they like. I use the unique cognito identity id to save these items in a DynamoDB table. This…

Brian F
- 1,620
- 1
- 19
- 23
1
vote
1 answer
AWS Mobile Hub sample app with User Pools and Federated Social Identity Providers
It has come to my attention that recently AWS added support for federated social providers to authenticate into user pools:
AWS cognito: sign in with usernam/password OR facebook (the last answer seems to be from someone over at AWS)
This is…

A. Reddy
- 11
- 1
1
vote
1 answer
API Gateway authorization for Cognito User pool+Identity pool
I am working on a web app where users can login/signup with their personal email addresses or login with federated identities like Facebook/Twitter. I have set up Cognito User pool and identity pool for the same.
After successful login , APIs hosted…

Rahul Vijayapuram
- 53
- 1
- 1
- 10