Hello Everyone
I am passing the name and email scope aswell but still name property is missing from the object.
any suggestions on this ?
https://appleid.apple.com/auth/token?grant_type=authorization_code&code=my_code&client_id=my_clientid&client_secret=my_client_secrate&redirect_uri=redirect_url
I am getting this type of response in id token
{
"iss": "https://appleid.apple.com",
"aud": "com.abc.def.dev.apple",
"exp": 1680356668,
"iat": 1680270268,
"sub": "000924.ddd8b76bd42c4200ba3195d047430f95.582",
"at_hash": "Au9BDTdPg_QshtISK4npYQ",
"email": "abc@gmail.com",
"email_verified": "true",
"auth_time": 16802702287,
"nonce_supported": true
}