0

Consider I Have Following Attribute In user pool

  • username

  • first-name

  • last-name

  • location

How to add All attribute in IdToken after successful authentication

Avinash
  • 137
  • 1
  • 10

1 Answers1

0

As per the ID Token specification, the response claim doesn't have these attribute values (user name, first & last name, location etc.).

However, as part of the standard claim, you can get these attributes using USERINFO endpoint.

ID Token

notionquest
  • 37,595
  • 6
  • 111
  • 105