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?

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.

Are there any possible solution @keyu ? seems the document which they suggest doesn't works for me where I didn't receive any response

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