Auth0 · Schema

ConnectionOptionsIdpInitiatedClientProtocolEnumSAML

The response protocol used to communicate with the default application.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsidpinitiatedclientprotocolenumsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsIdpInitiatedClientProtocolEnumSAML",
  "title": "ConnectionOptionsIdpInitiatedClientProtocolEnumSAML",
  "description": "The response protocol used to communicate with the default application.",
  "type": "string",
  "enum": [
    "oidc",
    "samlp",
    "wsfed"
  ]
}