You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been troubleshooting an issue for several days and would appreciate any insights you might have. When using this arctic 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
The text was updated successfully, but these errors were encountered:
Hi, sorry. Saw a similar question on Discord around the same time and assumed it was you. Do "other users" refer to all users or just test accounts? Apple on returns the email on the first attempt and the user needs to manually delete the OAuth app from their account. You can probably also reset your OAuth client as well
Hi there,
I have been troubleshooting an issue for several days and would appreciate any insights you might have. When using this arctic 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
The text was updated successfully, but these errors were encountered: