# Register App using the Apple Developer Portal

Before configuring Sign in with Apple social login in the Authing console, you need to register your iOS application in Apple Developer Portal (opens new window). After completing this operation, you can fill in the Authing Dashboard configuration form with the ID and Secret obtained from Apple.

# Get Team ID

Go to Membership page (opens new window) in Apple Developer Portal (opens new window) and record the **Team ID **:

# Create an App ID

  1. On the Apple Developer Portal, Certificates, IDs, & Profiles> Identifiers page, click the ➕ icon to create an application:

  1. Select App IDs and click the Continue button to continue:

  1. Select the application type of the format, and then click the Continue button to continue:

  1. Fill in the application description and Bundle ID, please record this Bundle ID:

  1. Swipe your browser to find Sign in with Apple below and tick

  1. Finally click the Continue button to create the application.

# Create a Service ID

  1. Go back to Certificates, IDs, & Profiles and click the ➕ icon, select Services IDs and then click the Continue button to continue:

  1. Fill in the description information and Identifier, and then click the Continue button to create the Service:

  1. Find the Service you just created, select Sign In with Apple, and click Configure:

  1. Fill in Domains and Subdomains and Return URLs:
  • Domains and Subdomains Please fill in core.authing.cn
  • Return URLs Please fill in https://core.authing.cn/connection/social/apple/<YOUR_USERPOOL_ID>/callback, please replace <YOUR_USERPOOL_ID> with your user pool ID.
  1. Click Save, Continue, and finally click Register.

  2. Please record the Service ID.

# Configure Signing Key

  1. Go back to the Certificates, IDs, & Profiles page, switch to the Keys Tab, and click the ➕ icon:

  1. Enter the name and check Sign in with Apple, click Configure, make sure the selected Primary App ID is the one you just created:

  1. Click Save, Continue, and finally click Register.

  2. After creation, record the Key ID, and then click Download to download the key:

# Next

Next, you need to fill in the above ID and Secret into the Connect Identity Source-Social Login form of Authing Dashboard (opens new window). Depending on whether you want to access Sign in with Apple on the web or mobile, please read the following guidelines respectively: