Sign-in with Apple prerequisite

Table of Contents

In order to add Sign-In with Apple we have to do the following:

  1. Create an App ID.
  2. Create a Service ID.
  3. Register the domains for your website.

Create App ID

  • Select App and click continue

  • add description and Bundle ID following reverse domain recommendation by Apple

 

  • confirm and hit register

 

 

Register Service ID

  • Go back to https://developer.apple.com/account/resources/identifiers/add/bundleId
  • this time select “Service ID” and click continue

  • add description and identifier

  • select identifier that you just created

  • check the checkbox to configure the identifier and hit configure

  • add the domain and the Return URLs (Make a note of the return url since we have to add it into our Java Script code later)

.

 

Leave a Reply