Table of Contents
In order to add Sign-In with Apple we have to do the following:
- Create an App ID.
- Create a Service ID.
- Register the domains for your website.
Create App ID
- Navigate to https://developer.apple.com/account/resources/identifiers/add/bundleId
- Select App IDs
- click continue on top right
- 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)
.
where to go from here ?