Auth0 · Schema

ConnectionCertsAD

Array of X.509 certificates in PEM format used for validating SAML signatures from the AD identity provider (managed by the AD Connector agent).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectioncertsad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionCertsAD",
  "title": "ConnectionCertsAD",
  "description": "Array of X.509 certificates in PEM format used for validating SAML signatures from the AD identity provider (managed by the AD Connector agent).",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 256,
    "maxLength": 3072
  },
  "minItems": 0,
  "maxItems": 2
}