Auth0 · Schema

ConnectionClientProtocolSAML

The response protocol used to communicate with the default application.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientprotocolsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientProtocolSAML",
  "title": "ConnectionClientProtocolSAML",
  "description": "The response protocol used to communicate with the default application.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsIdpInitiatedClientProtocolEnumSAML"
    }
  ]
}