@aaronpk Hi Aaron, I read your article about Apple Sign In. I'm also having trouble getting the email address from the token, while the sample iOS app does receive the email. I tried a lot of different scopes, but they all result in the same data. Is Apple aware of these issues?
1
I haven't heard any updates yet, but keep an eye on their docs pages.
1
I opened a ticket on the developer support forum: forums.developer.apple.com/m…
1
Thanks! I can't believe they actually replied to it too!
2
Another question: did you manage to exchange the authorization code provided by the Apple Sign In framework on iOS for a token using the REST API? I'm getting "invalid_grant".
2
1
Yes I did, but I have no idea what the access token can be used for.
1
Nothing, currently, but the access token contains the user details.
1
contains? The access tokens I was seeing were super short strings. I didn't see any user details in them at all.
1
Oh I'm sorry, the user details are in the same response as the access token, the access token itself does not contain anything
1
Replying to @jerbob92
oh did you actually get the user's name and email address?

Jun 30, 2019 · 9:34 PM UTC

1
Replying to @aaronpk
No. They "are working on it", but they are also going to remove the redirect method 🧐 only form_post method will be supported