Auth0 · Schema

ConnectionThumbprintsSAML

SHA-1 thumbprints (fingerprints) of the identity provider's signing certificates. Automatically computed from signingCert during connection creation. Each thumbprint must be a 40-character hexadecimal string.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionthumbprintssaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionThumbprintsSAML",
  "title": "ConnectionThumbprintsSAML",
  "description": "SHA-1 thumbprints (fingerprints) of the identity provider's signing certificates. Automatically computed from signingCert during connection creation. Each thumbprint must be a 40-character hexadecimal string.",
  "type": "array",
  "minItems": 0,
  "maxItems": 1,
  "items": {
    "$ref": "#/components/schemas/ConnectionSha1Thumbprint"
  }
}