Auth0 · Schema

ConnectionConfiguration

A hash of configuration key/value pairs.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionConfiguration",
  "title": "ConnectionConfiguration",
  "type": "object",
  "description": "A hash of configuration key/value pairs.",
  "additionalProperties": {
    "type": "string"
  }
}