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#

NameTypeRequiredDefaultDescription
issuerurioptionalhttps://appleid.apple.comThe issuer of the Sign in with Apple service. Will be used to get the configuration document
team-idnon-empty-stringrequiredThe Team ID of your Apple Developer team.
client-idnon-empty-stringrequiredThe Service identifier registered with your Apple Developer team
jwt-signing-keyleafrefrequiredThe key to sign the client secret with. This key is issued from your Apple Developer account.
jwt-signing-key-idstringrequiredThe Key ID of the signing key downloaded from the apple developer portal. A 10 character string listed in ‘Certificates, Identifiers & Profiles > Keys’
scopenon-empty-stringoptionalopenid email nameScope to ask for, space separated
http-clientleafrefoptionalA reference to the Http Client to use. If not defined, the default HTTP client is used

Was this helpful?