Auth0 · Schema

IdentityProviderOnlyAuth0Enum

Identity provider name of the identity. Only `auth0` is supported

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-identityprovideronlyauth0enum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderOnlyAuth0Enum",
  "title": "IdentityProviderOnlyAuth0Enum",
  "type": "string",
  "description": "Identity provider name of the identity. Only `auth0` is supported",
  "default": "auth0",
  "enum": [
    "auth0"
  ]
}