Auth0 · Schema

ClientAddonSharePoint

SharePoint SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
url string Internal SharePoint application URL.
external_url object
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonsharepoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonSharePoint",
  "title": "ClientAddonSharePoint",
  "type": "object",
  "description": "SharePoint SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "url": {
      "type": "string",
      "description": "Internal SharePoint application URL."
    },
    "external_url": {
      "$ref": "#/components/schemas/ClientAddonSharePointExternalURL"
    }
  }
}