Setup Apple SSO

This article describes how to setup Apple single sign-on (SSO).

  1. Login to Apple App Store Connect.

  2. In the side menu, click Identifiers.

  3. Click the app identifier, and choose the option to Sign in with Apple.

Add a New Service

  1. In the App ID drop down, select Service ID.

  2. Click the Identifiers add new (+) button.

    1. Enter a meaningful description, for example SignInWithApple.

    2. Use your Apple ID as the identifier. Example: com.yourcompany.shelfy.service

  3. Click Continue, and then click Register.

  4. Click Configure.

  5. Select the primary app ID.

  6. Paste the CallbackURL from the Firebase console.

  7. In the Domain and Subdomain section, add the authorization callback URL to your app configuration in the Apple Developer Console. (Paste the full path)

Create a Key

  1. Click the add new Keys (+) button.

  2. Give the key a meaningful name, for example SignInWithAppleKey, and choose the option to Sign in with Apple.

  3. Click Configure.

  4. Select the App ID, and click Save.

Last updated