Category "amazon-cognito"

How can I connect users in Cognito with their data in DynamoDB?

I'm trying to implement a solution in my Vue.js web app whereby users are authenticated via AWS Cognito. I'm using DynamoDB as the backend database. What I'm tr

AWS Cognito + aws-amplify: session state always keep user logged in?

I'm using AWS Cognito and aws-amplify to manage user authentication. When I load up my app, I call Auth.currentSession() which seems to always return the user I

Is there anyway to generate a SRP_A from AWS CLI?

aws cognito-idp admin-initiate-auth --user-pool-id eu-west-1_xxxxx --client-id xxxxxxxxxxxxxxxxx --auth-flow USER_SRP_AUTH --auth-parameters USERNAME=xxx@yahoo.

Using AWS cognito id token instead of access token

After login, AWS cognito provides access token and id token. In the backend I was wondering if I can use ID token instead of access token for authorization. Som

Serverless deployment error - AppleIdentityProvider - Provided private key cannot be used

I am trying to deploy a serverless backend code to AWS. The code handles device registrations of ios devices with apple as Idp. Got the following error: Serverl

AWS Cognito - run another lambda after migration lambda has run

Cognito has a migration lambda that allows us to confirm a user in our db. They send the email and PW to Cognito, the lambda fires, we verify matches, and the u

What is a safe and scalable way to exhaustively select all users from Amazon Cognito API in JavaScript?

I am part of a small team working on a fairly small website with user accounts; there are about 100 users at this time. And we are using Amazon Cognito for user

Is there a way to connect an Appsync resolver to an API gateway endpoint that's authorized via Cognito userpools?

I have an existing API Gateway endpoint that is secured by a Cognito userpool authorizer. I'm not able to change the authorization method at this time. I would

SAML Attribute Mapping for Aws Cognito - Signup or Signin works but not both

I have setup my GSuite account as a SAML iDP for Cognito User Pools (not identity pools). If i provide no attribute mappings a new user trying to signup via GS

Cognito Group Limitations

Is there a limit to how many users can belong to a single group in AWS Cognito User Pools? I did not see a limit specified in the Quotas in Amazon Cognito Devel

Amplify delete user's own account after OTP verification

Is there a way to delete a user's own account only after OTP verification in order to confirm his identity? The OTP can be sent to either email or mobile number

How to verify AWS Cognito Access Token on NodeJS

I found an example on how to verify Cognito access tokens with Python. How do I do the same with NodeJS? Is there no SDK function to do this? So far I have

AWS cognito: adminUpdateUserAttributes not working and not giving an error , am i missing something?

I can't get adminUpdateUserAttributes for Cognito to work. The cli works and I can have the user add/changed them not desired but wanted to see it working. I'

AWS Cognito-remove signup in login page

I am using Aws Cognito and not able to find the solution for removing the Signup button from cognito login page.Thank you. Cognito user pool provides the defau

AWS CognitoIdentityCredentials has credentials, but fails to get values

I'd like to get a secret key and access key ID as a cognito license. cognitoUser.authenticateUser(authenticationDetails, { onSuccess: function (result) {

PHP AWS Cognito 'Error executing "SignUp" : ResourceNotFoundException : User pool client XXXX does not exist

When i implement AWS Cognito in my project Occur following error. Uncaught exception 'Aws\CognitoIdentityProvider\Exception\CognitoIdentityProviderException' w

Can i use my own sign in form for aws cognito?

I have a nextjs app that use aws cognito for auth. i was wondering if there is a way to replace the hosted ui provided by aws with my own custom form. import {

AppIcon is not displaying on SignIn with Apple login pop-up

This application is for iPhone only. This project is in flutter and AWS Cognito is used for social login. check this documentation AppIcon is not displaying in

Login with Facebook using Cognito is redirecting to URL with an error

I've created a User Poll and connected a Facebook to it. Here is what it looks like in the AWS Console. I also have set email as a required attribute for sig

AWS Cognito: Verify deletion of user

We need a verification step for user deletion through AWS Cognito. Upon requesting delete a verification code should be sent to the users email address (like it