Search code examples
react-nativeauth0apple-sign-in

"Invalid Client" with Auth0 and Sign In With Apple


I've implemented Sign in With Apple with Auth0 on iOS with react-native-auth0 but I am getting the following error when I attempt to sign in:

"Invalid Client"

enter image description here

I can't seem to figure out what might be misconfigured etc. Has anyone else run into this?

Using [email protected]


Solution

  • Ensure that the correct configuration elements are in place, both in the Auth0 Management Dashboard and in the Apple Developer Settings Console. Common configuration problems include:

    • Using the wrong identifier: Remember that Apple App IDs (also known as App Bundle Identifiers) need to be configured in Auth0's advanced application settings. Service IDs, which are used to configure web apps, need to be configured in connection settings. Switching these identifiers will result in failures.

    More info here: https://auth0.com/docs/connections/apple-siwa/troubleshooting