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
feita há 2 anos1495 visualizações
1 Resposta
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
ENGENHEIRO DE SUPORTE
Ryan_A
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas