python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS Cognito | On globalSignOut user is not authenticated
When a user is logging out of AWS Cognito using globalSignOut, I'm getting a "User is not authenticated" error. To authenticate a user I need to pass the auth details (Username, Password) t...
MattD
Votes: 0
Answers: 1
What is purpose of App in Userpool in AWS Cognito
I am new to AWS Cognito. Based on description, Userpool is used for authentication. If I am a user in the userpool, I can use this user name and password to authenticate my identity. Why do I need ...
Arthur
Votes: 0
Answers: 1
No able to add custom scope in AWS Pre-Token Generation trigger
I have AWS Cognito user pool with one Allowed custom scopes for my app client i.e. admin-only. I have two kinds of users 1. Users in Admin Group 2. Non-Admins users. For my one of the AWS API Gateway ...
Sohan Soni
Votes: 0
Answers: 1
Custom scope in access token cognito user pool
Here is my requirement: I have a cognito user pool which may include 2 seperated role: 1 for user and another for admin. I use amazon-cognito-identity-js link here to register user in my react native ...
Mink
Votes: 0
Answers: 0