Auth0 · Schema

ClientAddonSSOIntegration

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string SSO integration name
version string SSO integration version installed
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonssointegration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSSOIntegration",
  "title": "ClientAddonSSOIntegration",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "name": {
      "type": "string",
      "description": "SSO integration name"
    },
    "version": {
      "type": "string",
      "description": "SSO integration version installed"
    }
  }
}