
AWS Cognito: Add custom claim/attribute to JWT access token
Jul 10, 2019 · 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 …
what is the equivalent component of AWS Cognito in GCP for …
Feb 21, 2021 · In AWS, we use Cognito service for maintaining different types of users inside userpools (for example: SSO users has different userpool and users with email and password …
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 …
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 …
How to verify JWT from AWS Cognito in the API backend?
Oct 28, 2016 · cognito-jwt-verifier is a tiny npm package to verify ID and access JWT tokens obtained from AWS Cognito in your node/Lambda backend with minimal dependencies. …
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 …
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, …
Customization of Login Page Cognito - Stack Overflow
1 Amazon Cognito UI Customization Here you can see all the possible UI customization that are available by AWS Cognito. Apart from that, There is no option to modify the other things. Apply …
AWS Cognito - reset user MFA - Stack Overflow
I have a Cognito user pool which has MFA set to Required with TOTP only (i.e. no SMS). My question is how do I reset the MFA for a user? For example what if the user loses his phone …
AWS Cognito: where is the metadata URL of Cognito User Pool?
Dec 15, 2021 · I'm trying to use AWS Cognito as an authorizer for my REST API in AWS API Gateway. It asks me to fill in the Issuer URL: Digging through the AWS Cognito User Pool …