All Content tagged with Amazon Cognito

Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily.

Content language: English

Select tags to filter
Sort by most recent
1480 results
* When we setup MFA in Cognito user pool, does it lockout the user account in case the OTP is entered incorrectly by the user? * What is the user authentication behaviour when the OTP is entered inc...
1
answers
0
votes
11
views
asked 5 hours ago
Hi, I'm new to AWS. I'm trying to follow this tutorial: https://aws.amazon.com/awstv/watch/ae4d697184e/ However, I have hard time trying to locate the "Federated Identity Providers" tab everywhere in...
2
answers
0
votes
23
views
asked 9 hours ago
One of our OIDC providers doesn't send the required state parameter with their requests to our Cognito User Pool hosted UI. (To be clear, we don't want to bypass that). As expected, hosted UI route...
2
answers
0
votes
69
views
asked 4 days ago
I have configured my AWS Cognito User Pool to use federated authentication (via Azure AD) and to use the Single Sign Out flow. Most of the time this works fine. However, I have noticed that if I wait ...
1
answers
0
votes
70
views
asked 5 days ago
I just start learn cognito and try to login my asp.net web app which I created with vs 2019. I can login with coginto and successfully return to my app. I check User.Identity.IsAuthenticated, is alway...
1
answers
0
votes
27
views
asked 6 days ago
I have been trying to use the PKCE flow with cognito managed login and it does not seem to work. The code_challenge is provided in the oauth2/authorize (&code_challenge=Eh0mg-OZv7BAyo-tdv_vYamx1boOYDu...
1
answers
0
votes
20
views
asked 6 days ago
I'm running into a persistent issue connecting to AWS IoT Core that I can't seem to resolve — hoping someone might have some insights. ## Context I'm trying to establish an MQTT connection over Web...
1
answers
0
votes
38
views
asked 8 days ago
Hello, I'm working on an AWS project currently and I am at a point where I am attempting to combine my Github with DynamoDB, Amplify and Lambda. However, when putting in the Lambda script and running ...
1
answers
0
votes
44
views
asked 8 days ago
Hi, I’m working on an application where the frontend is a static React app, and the backend is an API Gateway with Lambda functions. For authentication, I’m using Amazon Cognito with a Single User Poo...
1
answers
0
votes
13
views
asked 12 days ago
I want to be able to differentiate the handling of social and Cognito user signups. I can't seem to find a reliable way of detecting a social signup from within the managed login flow. Reliably dete...
1
answers
0
votes
32
views
asked 13 days ago
Hello! I am trying to set up a login and signup flow using Amplify and Cognito's Managed Login. I am very close to getting it all done: the tokens are being sent correctly, and I can get users to re...
1
answers
0
votes
31
views
asked 13 days ago
I have a Cognito User Pool configured with an external IdP (Auth0). I'm using this arrangement to log in to my NextJS + NextAuth web app. I'm seeing the following behavior when logging in: - My web ...
2
answers
0
votes
33
views
asked 13 days ago