79238032

Date: 2024-11-29 18:23:17
Score: 0.5
Natty:
Report link

Apple Sign-In on iOS 13+ uses ASAuthorizationAppleIDProvider, which handles everything natively. You don’t need to pass an authUrl because the native APIs already manage the authorization flow. Apple authenticates the user by Apple ID and it returns an IdToke, name and email (last 2 might not always come).

Might want to check the configuration of Apple’s OpenID Connect implementation: https://account.apple.com/.well-known/openid-configuration.

Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: FelipeLlinares