About 1,060,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. What is Azure’s equivalents to AWS Cognito Identity Pool?

    Aug 6, 2021 · I think Azure AD is the equivalent to AWS Cognito User Pool, but is there an equivalent to AWS Cognito Identity Pool?

  5. AWS Cognito - User stuck in CONFIRMED and email_verified = false

    Aug 30, 2016 · AWS Cognito - User stuck in CONFIRMED and email_verified = false Asked 9 years, 2 months ago Modified 1 year, 7 months ago Viewed 51k times

  6. How do I integrate amazon cognito login in postman?

    Sep 12, 2018 · You can find this in AWS Console -> Cognito -> the user pool -> App Integration tab -> Domain section -> Cognito domain (use the Actions dropdown to create a custom …

  7. 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 …

  8. How to verify JWT from AWS Cognito in the API backend?

    Oct 28, 2016 · Decoding the ID token Comparing the local key ID (kid) to the public kid Using the public key to verify the signature using your JWT library. Since AWS Cognito generates two …

  9. 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 …

  10. How to use AWS Cognito to secure a .Net Core Web API applications

    Aug 23, 2020 · How to use AWS Cognito to secure a .Net Core Web API applications Asked 5 years, 2 months ago Modified 1 year, 11 months ago Viewed 11k times