Auth0 · Schema

ConnectionThumbprintsAD

Array of certificate SHA-1 thumbprints for validating signatures. Managed by Auth0 when using the AD Connector agent.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionthumbprintsad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionThumbprintsAD",
  "title": "ConnectionThumbprintsAD",
  "description": "Array of certificate SHA-1 thumbprints for validating signatures. Managed by Auth0 when using the AD Connector agent.",
  "type": "array",
  "minItems": 0,
  "maxItems": 2,
  "items": {
    "$ref": "#/components/schemas/ConnectionSha1Thumbprint"
  }
}