Subject: Authorization Issue via Apple Sign-In
Hello,
We are currently experiencing an issue with the Apple Sign-In authentication process. When users attempt to authenticate via Apple, the backend receives a response indicating empty fields for both the name and email.
We are reaching out to seek your assistance in understanding the cause of this issue and how we can rectify it. Could you please provide insights into why Apple may be transmitting empty fields for the name and email during the authentication process?
Additionally, we would appreciate any guidance or steps you recommend to address and resolve this matter promptly.
Thank you for your attention to this matter. We look forward to your prompt assistance.
{
"thirdPartyId": "apple",
"code": "c322e4820dcff481a9c54938354e58100.0.rrsvx.y2xQpXJT68dgfmBKDQTBvA",
"state": "",
"redirectURIInfo": {
"redirectURIOnProviderDashboard": "https://api.posterstock.com/auth/callback/apple",
"redirectURIQueryParams": {
"code": "c322e4820dcff481a9c54938354e58100.0.rrsvx.y2xQpXJT68dgfmBKDQTBvA",
"user": {
"name": {
"firstName": null,
"lastName": null
},
"email": null
}
}
}
}