
AWS Cognito: Add custom claim/attribute to JWT access token
Dec 7, 2024 · My app creates a custom attribute, "userType," for each new user who signs up. I would like this "userType" claim/attribute to be included in the JWT access token whenever the …
Using Microsoft as an IdP in AWS Cognito - Stack Overflow
Dec 13, 2018 · I'm trying to implement social login using Microsoft account in AWS Cognito User Pools. I have followed the documentation from AWS for Cognito in order to configure the User …
Cognito logout does not work as documented - Stack Overflow
28 This redirect happens whenever logout_uri parameter doesn't match exactly what's listed among Sign out URL (s) in AWS Cognito User Pools App client settings configuration. Cognito …
Cognito own domain name required A Record - Stack Overflow
name = aws_cognito_user_pool_domain.this.cloudfront_distribution_arn # Every CloudFront distribution's zone ID is Z2FDTNDATAQYW2 zone_id = "Z2FDTNDATAQYW2" } } A bit of …
AWS Cognito - Invalid Refresh Token - Stack Overflow
I am using the Amazon Cognito service with the amazon-cognito-identity-js library, and am having an issue refreshing a user's tokens, namely the id token. When trying to refresh the users …
How to generate access token for an AWS Cognito user?
Mar 2, 2018 · 37 I' using Cognito user pool for securing my API gateway . Now I would like to make requests to my API using postman but I need to pass in Authorization token as the API …
Amazon Cognito: How to stop getting "redirect_mismatch" error …
In aws-export.ts, there is a redirectSingIn url, it must be the exact same url as in cognito/app Integration/app client setting/ callback url which is where the application runs.
AWS Cognito - How to force select account when signing in with …
Using AWS Amplify's federatedSignIn({provider: 'Google'}) function. However, I found that this is just a wrapper on Cognito's Hosted UI and just redirects to the same authorization endpoint, …
AWS Cognito; unauthorized_client error when hitting /oauth2/token
May 10, 2018 · I could successfully get a code from Cognito's /login endpoint But when trying to convert the code to a token using /oauth2/token it fails with unauthorized_client
How to modify expiry time of the access and identity tokens for …
Mar 10, 2017 · I can't find any documentation which explains if and how to modify the expiry time of access and identity tokens for AWS Cognito User Pools. The documentation specifies that …