Questions tagged [aws-userpools]
219 questions
0
votes
1 answer
AWS Cognito - Target auth state: UNCHALLENGED with AuthFlow USER_SRP_AUTH in Java
I am new to AWS Cognito, I am trying to authenticate user newly created with cognito user pool.
Could anyone please help on this. Any good Java example to follow to athenticate to AWS Cognito.
Here is the stack trace error:
12:07:14.243 [main]…

Rudra Garnaik
- 51
- 8
0
votes
1 answer
ListUsers API in AWS cognito
I want to create 2 usergroups in one cognito user pool. One user group will have admin info and login credentials and other will have a normal user login credentials and a few extra custom attributes. I have added users to the user pool in cognito.…

Naresh
- 11
- 3
0
votes
1 answer
AWS Amplify: How to setup { withConnector } component?
Following the Amplify Quick Start I set up an AWS Mobile App with the awsmobile-cli:
awsmobile init
awsmobile user-signin enable
awsmobile push
In my react App I configured Amplify like so (I also tried manual configuration):
import Amplify from…

DrDirk
- 1,937
- 3
- 25
- 36
0
votes
1 answer
AWS Cognito: Identity Pool Facebook Integration
I'm working on a cordova app and using aws cognito user pool and identity pool to authenticate users and access resources in AWS such as lambda, RDS etc.
With a simple signup using email and password, cognito identity pool has been working fine.…

andy
- 69
- 1
- 4
0
votes
1 answer
AWS Lambda swift SDK authentication with user pools
I am using user pools with my iOS mobile app.
I would like to access my lambda functions using the sdk but can't find documentation on how to provide the authentication necessary. Also unclear as to whether I need to use the API Gateway if I am…

alionthego
- 8,508
- 9
- 52
- 125
0
votes
1 answer
save user data to dynamodb table when creating user using AWS user pools
I am fairly new to cognito. I have successfully set up my user sign in with user pools.
I would like to create a dynamodb entry for the user on the server side when they signup with cognito.
Is this possible using the lambda triggers during the…

alionthego
- 8,508
- 9
- 52
- 125
-1
votes
1 answer
AWS Create user pool
Create user pool with lambda function
User: arn:aws:sts::********:assumed-role/{my funcutin name} is not authorized to perform: cognito-idp:CreateUserPool on resource: * because no identity-based policy allows the cognito-idp:CreateUserPool action

Andrew Haliem
- 1
- 2
-1
votes
1 answer
Can I use AWS Cognito token(s) to verify users across applications?
I have multiple applications such as:
user.myappsite.com/app1
user.myappsite.com/app2
user.myappsite.com/app3
A user logs in using their cognito login on any given application. Problem is if they go to another application they have to log into…

dcp3450
- 10,959
- 23
- 58
- 110
-1
votes
1 answer
AWS Cognito Best Practise with Identity Providers
I have a half-way running app where the user can sign-up via form or via Facebook.
I am trying to do the following and I was wondering whether this aligns with AWS Cognito best practises or not.
Sign-Up:
Sign-up form ("local user"): User can enter…

dm88
- 382
- 2
- 13