-
Notifications
You must be signed in to change notification settings - Fork 62
Email is missing in JWT returned from Apple SSO #46
Description
Hi there,
I have been troubleshooting an issue for several days and would appreciate any insights you might have. When using the apple-auth library, I'm able to receive all necessary data from Apple without encountering any HTTP errors or exceptions. However, I am not receiving the email field in the decoded JWT payload from response.id_token.
Interestingly, this issue only occurs for users other than myself. When I use my own Apple ID, which is connected to my Apple Developer account (where all configurations are stored), I receive the email without any problems. However, for other users, the email field is missing in the JWT payload.
Has anyone experienced a similar issue, or does anyone know how to resolve this?
Thank you in advance for your help.
Best regards,
Alexander