AuthServer
Apple OIDC
Configure Sign in with Apple for SqlOS AuthServer.
Sign in with Apple requires an Apple Developer account and works on web only.
http://localhost:5062/sqlos/auth/oidc/callbackcurl -X POST http://localhost:5062/sqlos/admin/auth/api/oidc-connections \
-H "Content-Type: application/json" \
-d '{
"providerType": "apple",
"displayName": "Apple",
"clientId": "YOUR_APPLE_SERVICES_ID",
"clientSecret": "YOUR_APPLE_KEY"
}'curl -X POST http://localhost:5062/sqlos/admin/auth/api/oidc-connections/{id}/enableSee OIDC Social Login for the complete auth flow.