trouble getting userinfo from id_token in Cognito

0

After performing an .....amazoncognito.com/login?.... via the hosted web UI, I am correctly redirected to the callback URL with a query param "id_token" that I can use to access my API Gateway endpoints via x-api-key.

I am wanting to use the ID token to get the Cognito user info associated with that token (for verifying in my API that the token will allow for access to data that should only be accessed by that user).

How can I get the Cognito User ID, email etc? the ....amazoncognito.com/ouath2/userinfo seems like what i need but don't know how to correctly use that endpoint with the ID_token I have.

Lehel
已提问 2 年前1497 查看次数
1 回答
0

Hi,

The ID Token is a JWT Token. The payload section of the JWT token should have the user info that you are looking for.

I'd recommend checking out the following documentation and knowledge center article:

  1. Using the ID token
  2. How can I decode and verify the signature of an Amazon Cognito JSON Web Token?
AWS
支持工程师
Ryan_A
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则