Auth0 · Schema

CustomProviderConfiguration

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
delivery_methods array
View JSON Schema on GitHub

JSON Schema

auth0-customproviderconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomProviderConfiguration",
  "title": "CustomProviderConfiguration",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "delivery_methods"
  ],
  "properties": {
    "delivery_methods": {
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/CustomProviderDeliveryMethodEnum"
      }
    }
  }
}