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.

I have multiple projects and at each project I have multiple roles. How to handle this in verified permission and Cognito ? Thanks.
3
answers
0
votes
267
views
Alpay
asked 2 months ago
My user pool has optional MFA enabled. How ever for a specific user MFA is enabled and able to login with mfa code but one time I have disabled the mfa for user also able to login without mfa. Now I...
1
answers
0
votes
365
views
Manisha
asked 2 months ago
Is it possible to tell Cognito to use the role of a user group instead of the default role using CDK? Using CDK I have created an API Gateway, a Cognito User Pool and an Identity Pool. The cognito...
1
answers
0
votes
219
views
asked 2 months ago
I have set up a cognito authorizer for my API Gateway. What I am doing in my app is calling ``` const authToken = await fetchAuthSession().tokens.idToken.toString(); ``` I am then passing that...
2
answers
0
votes
275
views
DinoM
asked 2 months ago
I was advised to post here by AWS Support. I have a CloudFront distribution that is associated with an ACM certificate. The distribution appears to have been created by Cognito, but I have deleted the...
1
answers
0
votes
770
views
jimmyv
asked 2 months ago
I configured an identity pool with an authenticated role generated by default and started the classic authentication process. Then, I configured the identity provider as Amazon Cognito user group. In...
Accepted AnswerAmazon Cognito
1
answers
0
votes
198
views
asked 2 months ago
Hello, Say I use Cognito "pre token generate lambda trigger" in combination with client metadata to add custom claims in either identity or access token, as detailed in...
1
answers
0
votes
203
views
pmezard
asked 2 months ago
# 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
273
views
asked 2 months 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
253
views
Dan
asked 2 months 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
201
views
Aleksey
asked 2 months 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
109
views
Prabh
asked 2 months 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
117
views
CW User
asked 2 months ago