Top "Amazon-cognito" questions

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

How to use Amazon Cognito without Amplify

I'm just now diving into Cognito. The AWS setup has been fairly straight-forward, easy. We have a variety of apps, …

amazon-web-services amazon-cognito amplify
AWS Cognito IntitiateAuth: Missing required parameter UserName

When initializing an authentication to AWS Cognito, the API is rejecting my request: InvalidParameterException: Missing required parameter UserName status code: 400, …

amazon-web-services authentication aws-sdk amazon-cognito single-responsibility-principle
aws cognito user pool domain - Invalid_Request

I have created a user pool and setup domain with app client settings () to host sign up and sign in …

amazon-cognito aws-cognito
Can I specify an AWS DynamoDB policy based on Cognito ID?

Can I apply a policy to an AWS DynamoDB table but restrict it based on the Cognito ID of the …

amazon-dynamodb amazon-cognito
implementing USER_SRP_AUTH with python boto3 for AWS Cognito

Amazon provides iOS, Android, and Javascript Cognito SDKs that offer a high-level authenticate-user operation. For example, see Use Case 4 here: …

python amazon-web-services amazon-cognito boto3 srp-protocol
How to verify a JWT Token from AWS Cognito in Go?

How can I validate and get info from a JWT received from Amazon Cognito? I have setup Google authentication in …

amazon-web-services go jwt amazon-cognito jwt-go