Questions 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 up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1245 results
Hello, I have connected my cognito user pool with Azure as my IDP now in my front end with react i am trying to use amplify for the login and i wrapped my application inside the Authenticator but the...
We have Cognito configured with optional MFA, oauth2, and hosted signup.
We typically manually add a new user email, and choose 'generate password' and 'email password'.
However when the user...
Hello,
We wanted to experiment with the Email MFA method since it has been officially supported by AWS Cognito.
Setting up the Email MFA went well.
But I received an unexpected response to the call...
I have a simple HTTP API Gateway with a Lambda Integration and a JWT Authorizer (Cognito JWT). The gateway has only one route "/{proxy+}" that is forwarding to the Lambda function. Every HTTP Method...
Sometimes and unpredictable (so far) we get a timeout when authenticating with cognito-idp. This timeout keeps occurring for a day or so and then vanishes again. It occurs using python boto3 on Ubuntu...
How to remove the unconfirmed users from cognito for every 24 hrs without using lambda triggers and amplify.
We want to be able to automatically send an email telling the user their MFA has been reset. Is there a way to hook into this to allow us to trigger an email when MFA is reset?
1. I have registered on the Airtel DLT portal and verify the template and sender id. Then requested sender id by creating case in AWS and they shared the sender id.
2. I have configured the SENDER ID...
Hi,
How to get a user last login and logout time for multiple users in the pool of cognito
Hello
We are using AWS Cognito for our service and need to delete a large number of users from our user pool.
Manually deleting users one by one via the management console is time-consuming, so I am...
I am currently creating a website with `Next.js` where I am using `Amplify` to authenticate my users. But the problem is that Amplify stores user's session including tokens on browser's `localStorage`...
Hi all
I'm looking for some assistance in understanding how the PASSWORD_CLAIM_SIGNATURE is formed in a 'respond to auth challenge' response in a React app.
I'm able to get to the point where the...