New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with Amazon Cognito User Pools
A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito.
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
250 results
I recently encountered an issue while integrating AWS Cognito without hosted ui with Google as a federated identity provider. After signing in with Google, instead of smoothly redirecting with the exp...
Hello,
We currently use Cognito User Pools for traditional web application authentication (username/password flows) and considering using Cognito's Client Credentials (M2M) flow to provide external c...
I had an old Cognito userpool (Pool A) which I believe was using what was called plan 'lite'. I changed it over to Essentials to get the new managed login UI and passkeys support. I've enabled passkey...
I want to look up a user from his access token. I [asked a question about this about two years ago](https://repost.aws/questions/QURW2pf_RVTG-zn8cfCpw23A/do-you-have-to-bother-with-jwks-verification-...
1. If I have set up my User Pool to have not only email as a 'required' attribute but also 'name' as a required attribute with a constraint of min 4 to max 20 characters - will this pose a problem whe...
I have user present in my cognito user pool, when I try to login with sso using saml azure ad it creates a new entry. instead of creating new entry I want saml to return valid response with access tok...
I have enabled passkey login in my Cognito User Pool and users can create passkeys. I want to let users login with "single-click" with their passkeys. Passkey login works, but there are two problems w...
Does Cognito support configuration on the verification code sent to verify a user's email or phone? I couldn't find any documentation providing this information and couldn't find any options in the ma...
Hello! I'm using Cognito Hosted UI to manage users in my app.
I noticed that after a user registers in the User Pool and, for some reason, doesn't enter the confirmation code and closes the page at ...
Hi everyone,
I am working on implementing AWS Cognito authentication in my project and I encountered an issue while using the refresh token flow. Here's the breakdown of the problem:
**Sign-In Flow*...
Hi, we have an existing User Pool and we are trying to add federated login using an external OpenID Connect Identity Provider. In the existing user pool we have required attributes like birthday and a...
The changePassword function in AWS Cognito UserPools, as attached in the link below, can be called 5 times in one hour, and after that, a LimitExceededException occurs. However, if the 6th call is mad...