Auth0 · Schema

NativeSocialLoginApple

Native Social Login support for the Apple connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Determine whether or not to allow signing in natively using an Apple authorization code
View JSON Schema on GitHub

JSON Schema

auth0-nativesocialloginapple-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NativeSocialLoginApple",
  "title": "NativeSocialLoginApple",
  "type": "object",
  "description": "Native Social Login support for the Apple connection",
  "additionalProperties": false,
  "minProperties": 1,
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Determine whether or not to allow signing in natively using an Apple authorization code",
      "default": false
    }
  }
}