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...
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...
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...
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 ...
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...
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...
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...
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 ...
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...
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...
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...
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 ...