Apple sign in - is it possible to include first name and last name in id_token

Scope is "openid email name", but the returned id_token does not contain user's first name and last name. Is there any way to include this information in id_token?

Replies

To be clear, I'm able to get first name and last name, but there are two issues

  • I'm only able to get it for the first sign in
  • It is returned as a query parameter in redirect URL, but not in id_token.