Name claim in id Token

@maharatha,

You can request the profile scope to populate the id_token with the end-user’s information. This scope will include the following claims:

  • name
  • family_name
  • given_name

See scope values for a list of all default profile claims.

Hope this helps!