Auth0 · Schema

ConnectionSha1Thumbprint

SHA-1 thumbprint of the certificate

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsha1thumbprint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSha1Thumbprint",
  "title": "ConnectionSha1Thumbprint",
  "description": "SHA-1 thumbprint of the certificate",
  "type": "string",
  "format": "hexadecimal",
  "minLength": 40,
  "maxLength": 40
}