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 AWS Cognito User Pool defends against bruteforce attacks

I am going to use AWS Cognito User Pool product as user directory for application and have several questions: Is …

amazon-web-services amazon-cognito
Cognito hosted UI

I have been looking into setting up a login for a web app that lets clients view data hosted in …

javascript amazon-web-services amazon-s3 amazon-cognito aws-cognito
How do I access the group for a Cognito User account?

In AWS Cognito, you can add a user to a group (after first creating a group). A user may belong …

aws-sdk amazon-cognito
Example for Authenticating using AWS Cognito (boto3)

I am trying AWS Cognito using boto3. I find it difficult to understand by reading the AWS documentation. I am …

amazon-web-services oauth-2.0 boto3 amazon-cognito facebook-authentication
Amazon Cognito "A client attempted to write unauthorized attribute"

I'm using the JavaScript SDK for AWS Cognito, and there are a couple of custom attributes that I just can't …

javascript amazon-web-services amazon-cognito
AWS Cognito - User stuck in CONFIRMED and email_verified = false

How do I go about email verifying a user who is CONFIRMED yet email_verified is false? The scenario is …

amazon-cognito
How setup header in Postman for Api Gateway authenticated with Cognito?

I use AWS Identity Pool with Facebook provider to authenticate client. I need to invoke AWS Lambda using Api Gateway. …

amazon-web-services postman aws-api-gateway amazon-cognito amazon-cognito-facebook
Where to find Identity Pool Id in Cognito

Where is Identity Pool in Cognito Console. As said in docs it has format: IdentityPoolId An identity pool ID in …

amazon-web-services amazon-cognito aws-cognito
where can I find the secret key for the JWT from cognito

I am trying out the log in function for the Cognito User Pool for my Web App. I was able …

amazon-web-services amazon-cognito aws-cognito
AWS Cognito user authentication Missing required parameter SRP_A

I am trying to use AWS Cognito services for user authentication through ruby SDK. I could able to sign_up, …

ruby-on-rails ruby amazon-web-services amazon-cognito srp-protocol