Cognito has a migration lambda that allows us to confirm a user in our db. They send the email and PW to Cognito, the lambda fires, we verify matches, and the u
I am part of a small team working on a fairly small website with user accounts; there are about 100 users at this time. And we are using Amazon Cognito for user
I have an existing API Gateway endpoint that is secured by a Cognito userpool authorizer. I'm not able to change the authorization method at this time. I would
I have setup my GSuite account as a SAML iDP for Cognito User Pools (not identity pools). If i provide no attribute mappings a new user trying to signup via GS
Is there a limit to how many users can belong to a single group in AWS Cognito User Pools? I did not see a limit specified in the Quotas in Amazon Cognito Devel
Is there a way to delete a user's own account only after OTP verification in order to confirm his identity? The OTP can be sent to either email or mobile number
I found an example on how to verify Cognito access tokens with Python. How do I do the same with NodeJS? Is there no SDK function to do this? So far I have
I can't get adminUpdateUserAttributes for Cognito to work. The cli works and I can have the user add/changed them not desired but wanted to see it working. I'
I am using Aws Cognito and not able to find the solution for removing the Signup button from cognito login page.Thank you. Cognito user pool provides the defau
I'd like to get a secret key and access key ID as a cognito license. cognitoUser.authenticateUser(authenticationDetails, { onSuccess: function (result) {
When i implement AWS Cognito in my project Occur following error. Uncaught exception 'Aws\CognitoIdentityProvider\Exception\CognitoIdentityProviderException' w
I have a nextjs app that use aws cognito for auth. i was wondering if there is a way to replace the hosted ui provided by aws with my own custom form. import {
This application is for iPhone only. This project is in flutter and AWS Cognito is used for social login. check this documentation AppIcon is not displaying in
I've created a User Poll and connected a Facebook to it. Here is what it looks like in the AWS Console. I also have set email as a required attribute for sig
We need a verification step for user deletion through AWS Cognito. Upon requesting delete a verification code should be sent to the users email address (like it
I'm doing a proof of concept for federating SAML into Cognito. I've setup Shibboleth v3, and once I finally got the log level set, I can see the SAML being sen
There is add-custom-attributes command in cognito-idp but no delete-custom-attributes? How do I delete them?
I'm trying to return the login status from the Cognito callback function, which is written in the NodeJS Lambda. However when I call the API the response keep l
So I have the following setup on AWS Cognito: AWS Cognito User Pool: UserPool_1 Under this User Pool I have 3 users defined: Mike, Sarah, John I have 3 App Clie
Steps taken so far: Set up new user pool in cognito Generate an app client with no secret; let's call its id user_pool_client_id Under the user pool client set