Sign-in-with-apple (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/sign-in-with-apple
Sign in with Apple methods
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| issuer | uri | optional | https://appleid.apple.com | The issuer of the Sign in with Apple service. Will be used to get the configuration document |
| team-id | non-empty-string | required | The Team ID of your Apple Developer team. | |
| client-id | non-empty-string | required | The Service identifier registered with your Apple Developer team | |
| jwt-signing-key | leafref | required | The key to sign the client secret with. This key is issued from your Apple Developer account. | |
| jwt-signing-key-id | string | required | The Key ID of the signing key downloaded from the apple developer portal. A 10 character string listed in ‘Certificates, Identifiers & Profiles > Keys’ | |
| scope | non-empty-string | optional | openid email name | Scope to ask for, space separated |
| http-client | leafref | optional | A reference to the Http Client to use. If not defined, the default HTTP client is used |