Sign in with Apple
Last updated
Was this helpful?
Last updated
Was this helpful?
Configure integration with the Sign-in with Apple (SSO) to enable secure login to the Aidbox UI
Create an account in Apple Developer portal
Make sure your Aidbox version is newer than 2503
Set up the local Aidbox instance using the getting started guide
Log in to https://developer.apple.com/account
Navigate to Certificates, Identifiers & Profiles -> Identifiers section and create a new Identifier for your App.
Check "Sign in with Apple" on the Capabilities tab.
Follow the process and Register your App.
Navigate to Certificates, Identifiers & Profiles -> Identifiers section and create a new Identifier for your Service
Drill down in the registered service and enable "Sign in with Apple"
Click "Configure" button.
Select App ID you created as a Primary App ID and add a new Website URL
Apple allows HTTPS URLs only. In local development, you can tunnel your local Aidbox URL http://localhost:8080
to HTTPS using Ngrok or a similar tunnelling tool.
Follow the process and Register your Service.
Navigate to Certificates, Identifiers & Profiles -> Keys section and create a new Key.
Enable "Sign in with Apple" and click the "Configure" button.
Select you App as a "Primary App Id".
Register your Key and download the Key.
Login to Aidbox UI.
Use REST Console to execute the request below.
<apple-service-id>
should be your Apple service id, e.g. local.aidbox.svc
<apple-private-key>
put your private key, that you've downloaded, here.
<team-id>
should be your Apple team Id
<your-https-url>
is your Service Website URL you have created before, e.g. https://38f9-93-103-225-249.ngrok-free.app/auth/callback/apple
Go to the Aidbox login page. You should see Sign in with Apple button.
Press this button and log in to Aidbox using your Apple account.
Make sure you have selected "Share my email" option.
Since no access policy has been assigned to your user yet, you won’t see much in Aidbox.
Log in again as an admin, then navigate to IAM -> User to check the iser created in Aidbox for your Apple account. Click on the user ID to view details.
User Resource is Aidbox is updated every time the user logs in using an external Identity Provider. The source of the user information is configured using userinfo-source
element in the IdentityProvider configuration resource.
Use REST Console to execute the request
Now you can log in again with your Apple user, and the user will be granted admin access.
See more about Aidbox Security Security & Access Control
<kid>
should be your Key Id