Skip to content

Connect Apps to Apple

Prerequisite

To configure "Sign in with Apple" for Authany, you will need to fulfil the following:

  1. Register an Apple Developer Account. Apple Enterprise Account does not support "Sign in with Apple"
  2. Register your own domain.
  3. Your domain must be able to send and receive emails.
  4. Set up Sender Policy Framework(SPF) for your domain.
  5. Set up DomainKeys Identified Mail(DKIM) for your domain.
  6. Create an "App ID" by adding a new "Identifier" here, choose app IDs, enable "Sign in with Apple" enabled.
  7. Create a "Services ID" by adding a new "Identifier" here, choose service IDs, enable "Sign in with Apple".
  8. Click "Configure" the Next to "Sign in with Apple". In "Primary App ID" field, select app ID created above.

    Select here to see Services IDs

    9. Fill in and verify the domain created above, add https://<YOUR_AUTHGEAR_ENDPOINT>/sso/oauth2/callback/apple to Return URLs 10. Create a "Key" following this guide with "Sign in with Apple" enabled. Click "Configure" next to "Sign in with Apple" and select "Primary App ID" with app ID created above. Keep the private key safe, you need to provide this later.

Note

Redirect URI has the form of /sso/oauth2/callback/:oauth_provider_alias. The oauth_provider_alias is the OAuth Provider Alias configured for this provider in Authany Portal.

Configure Sign in with Apple in Authany Portal

  1. In the portal, go to Authentication > Social / Enterprise Login.
  2. Enable Sign in with Apple.
  3. In Client ID, add the identifier of the Services ID you created in Apple. Not the ID of the App ID or the Client ID of your Authany Application.
  4. In Apple Developer Portal, view key information of the "Key" created above.
  5. Jot down the Key ID and download the key text file (.p8 file).
  6. Copy the content in the key text file to Client Secret text area in Authany Portal..
  7. Fill in Key ID field using the Key ID obtained from step 5.
  8. In Apple Developer Portal, click username on the top right corner, click View Membership.
  9. Find the Team ID from Membership Information, fill in Team ID field in Authany portal.
  10. Save the settings.

🎉Done! You have just added Sign in with Apple to your apps!