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

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

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

  4. AWS cognito: What's the difference between Access and Identity …

    Jan 31, 2018 · Speaking about AWS User Pool tokens: Identity token is used to authenticate users to your resource servers or server applications. For example, if you use Cognito as …

  5. 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, 3 months ago Modified 2 years, 1 month ago Viewed 11k times

  6. 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?

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

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

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

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