Apple Login Error "invalid_client"

Hi!
Tried this with passwordless and password login. I can connect to Apple, but when the callback happens is when I get the invalid_request / invalid_client error. Google and FB logins work great.)

I’m sure I’m missing something simple. I’ve googled for hours so I’m posting here in hope for some help.

(

1 Like

Hi @tadpreston,

The invalid_client error is thrown if Apple was unable to authenticate the client (your application registered with Apple). Have you confirmed the Services ID (Client ID), Apple Team ID, Client Secret Signing Key, and Key ID in the Apple developer console? docs: https://auth0.com/docs/connections/apple-siwa/set-up-apple

https://auth0.com/docs/connections/apple-siwa/troubleshooting#types-of-errors

1 Like

Hi Stephanie, thanks for the quick reply!

Yes, I checked those many times over and it appears to be set up correctly, both on Apple’s side and Auth0 …

I found the error. Another teammate had changed the KeyID to another cred we had in Apple.

2 Likes

I’m glad you were able to resolve the issue!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.