Apple OAuth
Set up Apple Sign In for your Conduit application.
Configuration Steps
- Create an App ID in Apple Developer Portal
- Enable Sign In with Apple
- Create a Services ID for web authentication
- Configure callback URL:
http://localhost:3000/hook/authentication/apple - Generate a private key for client secret
- In Conduit Admin Panel, enable Apple provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/apple'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/apple