Top "Amazon-cognito" questions

Amazon Cognito is a simple user identity and data synchronization service that helps securely manage and synchronize mobile app data.

When I try to login using AWS Cognito I get an AccessDeniedException about my custom Lambda trigger

I am calling adminInitiateAuth and getting back a strange AccessDeniedException for my own lambdas. Here is the code I'm calling: …

amazon-cognito aws-cognito
How to confirm user in Cognito User Pools without verifying email or phone?

I am using Amazon Cognito Identity SDK for JavaScript. I created new pool without verifying email and phone_number. By …

javascript amazon-web-services amazon-cognito
AWS Cognito - AdminInitiateAuth vs InitiateAuth

We're looking to leverage AWS Cognito for authentication with an architecture that looks like: client (browser) -> our server …

javascript amazon-web-services amazon-cognito
AMAZON AWS How do i subscribe an endpoint to SNS topic?

I'm implementing push notifications in an iOS app using Amazon SNS and Amazon Cognito services. Cognito saves tokens successfully, my …

ios amazon-web-services push-notification amazon-sns amazon-cognito
How to use the code returned from Cognito to get AWS credentials?

Right now, I'm struggling to understand AWS Cognito so maybe someone could help me out. I set a domain to …

javascript amazon-web-services aws-sdk amazon-cognito aws-cognito
How to validate AWS Cognito JWT in .NET Core Web API using .AddJwtBearer()

I was having some trouble figuring out how to go about validating a JWT given to the client by AWS …

.net-core jwt amazon-cognito asp.net-core-webapi jwk
Restore password for FORCE_CHANGE_PASSWORD status

I need to restore or reset user password when his status is FORCE_CHANGE_PASSWORD. This situation happened when user …

amazon-web-services amazon-cognito
AWS Lambda API gateway with Cognito - how to use IdentityId to access and update UserPool attributes?

OK I am now days into this and have made significant progress but am still completely stumped about the fundamentals. …

aws-lambda aws-api-gateway amazon-cognito
Forgot password link from aws cognito

I started exploring AWS cognito for my dummy ios application, although I am getting a confirmation link in email during …

ios amazon-web-services aws-lambda amazon-cognito
Unrecognizable Lambda Output Cognito

I am trying to implement an auto confirm mechanism in AWS, I'm getting an error due to the Lambda response. …

aws-lambda amazon-cognito