Initial test of the "Sign in with Apple" API: * It's more or less based on OAuth + OIDC * Their documentation is missing a lot of key info to use it right now, I had to guess at a lot of things * The `sub` claim includes some sort of unique user identifier, not an email

Jun 3, 2019 · 9:21 PM UTC

4
20
65
weirdnesses: * Their token endpoint requires setting a User-Agent header, otherwise responds with an HTML error * Client secrets are a signed JWT using ECDSA + SHA256 * An email address isn't returned even when requesting the `email` scope
2
9
Replying to @aaronpk
Do you know if I can request users profile picture ?
1
1
So far there is no indication that'll be possible.
1
1
Replying to @aaronpk
Oh, nice, where did you find the details?
1
1
Replying to @aaronpk
Thanks 🙏 Really interested in this one, hope it won’t be flawed by technical “sillyness” like in the previous incarnations of the AuthenticationServices
2