Auth0 · Schema

ClientAddonSpringCM

SpringCM SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
acsurl string SpringCM ACS URL, e.g. `https://na11.springcm.com/atlas/sso/SSOEndpoint.ashx`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonspringcm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSpringCM",
  "title": "ClientAddonSpringCM",
  "type": "object",
  "description": "SpringCM SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "acsurl": {
      "type": "string",
      "description": "SpringCM ACS URL, e.g. `https://na11.springcm.com/atlas/sso/SSOEndpoint.ashx`."
    }
  }
}