Questions tagged with Amazon Cognito

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

# Problem description My concern is, that due to a possible accident caused by an error in our software (e.g. unintended deletion of users), an attack from the outside or even a some issue with AWS...
1
answers
0
votes
229
views
asked a month ago
Hi all I've spent about a week on this and done everything including recreating my lambda, identity pools etc. Quite simply I have a lambda that just prints the event to cloud watch. If I trigger...
1
answers
0
votes
242
views
Dan
asked a month ago
Is there a way to get user refresh token for Cognito using AWS Amplify Gen 2? `import { Amplify } from "aws-amplify" import { signIn, signOut, getCurrentUser, fetchAuthSession } from...
0
answers
0
votes
189
views
Aleksey
asked a month ago
We are getting following error when SAML IDP redirects to cognito in SP initiated flow "Invalid SAML response received: urn:oasis:names:tc:SAML:2.0:nameid-format:persistent is not SAML specific...
0
answers
0
votes
105
views
Prabh
asked a month ago
User login using API we get AccessToken, RefreshToken and IdToken. AccessToken works for a certain period. Based on RefreshToken we can get a new AccessToken & RefreshToken. But when I run...
0
answers
0
votes
114
views
CW User
asked a month ago
Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. In my development environment, which is also used for early user testing to get feedback, I am using...
1
answers
0
votes
254
views
asked a month ago
I want to use the client-cognito-identity-provider from the AWS SDK V3 for Cognito's user srp flow. Using "RespondToAuthChallengeCommand", I need to give it the following attributes: "ChallengeName":...
0
answers
0
votes
212
views
Kobe
asked a month ago
Hi, We are trying to modify the cft template for CloudFormation to add emails to CC or BCC list so some admin users will be notified each time a new user account is created on Cognito. We looked into...
1
answers
0
votes
249
views
olidev
asked a month ago
I want certain users in the Cognito user pool to have permissions to access the database. For this I created a group and assigned it a role to access the database. I created an identity pool by...
1
answers
0
votes
358
views
carmen
asked a month ago
Hello I want to use AWS Cognito to handle my application users signup,verification , login , authentication and authorization but Im not sure where should I perform the integration, in the mobile app...
1
answers
0
votes
234
views
asked a month ago
I am using Cognito `admin_create_user` api to create a new user. I set the email to verified on creation as follows: ```python response = self._client.admin_create_user( ...
1
answers
0
votes
177
views
Paul
asked a month ago
I am trying to include custom attributes in the access tokens generated by AWS Cognito using a Pre Token Generation Lambda trigger. Despite setting up the Lambda and updating the user pool client...
0
answers
0
votes
242
views
Pavin
asked a month ago