Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content 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 up to 5 tags to filter
Sort by most recent
243 results
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...
This AWS::Cognito::LogDeliveryConfiguration resource is in a CREATE_FAILED state.
Resource handler returned message: "1 validation error detected: Value 'arn:aws:logs:us-east-1:000000000000:log-group...
I have shifted my S3 bucket to be authenticated users only, but I cannot seem to get the user's authenticated status to the AWSS3 component. All the AppSync/DynamoDB setup works properly and S3 is wor...
Love the new Managed UI! Great job Cognito team!
I've spent the last hour customizing the new Managed UI and now I need to copy those changes into 2 other pools/app clients. Is there a way to do that...
Hello,
our company has two Cognito user pools, one that is there for 2 years now and was working smoothly, one more recent and related to our customers. Some days ago we subscribed about 7000 users to...
So quick question, is there a straight-forward programmatic way to trigger some code whenever a user verifies their new email address? I know the custom email sender lambda has a trigger source for th...
Hello everyone,
Everytime i signup to the application, i receive a code in my email and when i write it i get this error "email_verified: Attribute cannot be updated”:
![Enter image description her...
I am trying to enable the email auto verification of user pool, the code looks like below right now, although I have set autoVerify for email to be true and set up the userVerification property, after...
I have read most of the documentation and couldn't find any trusted resources to confirm if the access tokens issued by Cognito can be opaque.
Is it possible to use AWS congito for user authentication with an EC2 webserver sitting inside a private subnet that has an internal ALB?
I have AWS Cognito User Pool federated with external SAML IdP (Salesforce). The SSO flow work as expected, and federated users are automatically created with username set to `%IdPName%_%NameID%` (as ...