Top "Amazon-cognito" questions

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

Unable to verify secret hash for client in Amazon Cognito Userpools

I am stuck at "Amazon Cognito Identity user pools" process. I tried all possible codes for authenticating user in cognito …

amazon-web-services amazon-cognito
How to change User Status FORCE_CHANGE_PASSWORD?

Using AWS Cognito, I want to create dummy users for testing purposes. I then use the AWS Console to create …

amazon-web-services aws-cli amazon-cognito
How to get user attributes (username, email, etc.) using cognito identity id

I have AWS Cognito Identity Pool that is configured with Cognito User Pool as an authentication provider. Assume I have …

amazon-web-services amazon-cognito
How do I use Amazon Cognito as user authentication for my website (NOT mobile app)

How can I use AWS-Cognito for user authentication in a web app (not IOS or Android app)? Amazon cognito just …

amazon-web-services amazon-cognito
How to verify JWT from AWS Cognito in the API backend?

I'm building a system consisting of an Angular2 single page app and a REST API running on ECS. The API …

authentication amazon-ec2 jwt amazon-cognito amazon-ecs
Using an api key in amazon api gateway

I have created an api key and added it to my functions. I have then deployed the api and tested …

amazon-web-services aws-lambda amazon-cognito aws-api-gateway
Cognito User Pool: How to refresh Access Token using Refresh Token

I am using Cognito user pool to authenticate users in my system. A successful authentication gives an ID Token (JWT), …

amazon-web-services aws-lambda amazon-cognito
How to allow my user to reset their password on Cognito User Pools?

So in my app I obviously want to provide the means for users to reset their passwords. The issue I'm …

javascript amazon-web-services amazon-cognito
How to modify expiry time of the access and identity tokens for AWS Cognito User Pools

I can't find any documentation which explains if and how to modify the expiry time of access and identity tokens …

amazon-web-services amazon-cognito aws-cognito
How to handle with token expiration on Cognito

I am developing an application that uses AWS Cognito as the Identity Provider. So the user authenticate on AWS Cognito …

amazon-web-services amazon-cognito