Auth0 · Schema

ClientAddonEchoSign

Adobe EchoSign SSO configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
domain string Your custom domain found in your EchoSign URL. e.g. `https://acme-org.echosign.com` would be `acme-org`.
View JSON Schema on GitHub

JSON Schema

auth0-clientaddonechosign-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientAddonEchoSign",
  "title": "ClientAddonEchoSign",
  "type": "object",
  "description": "Adobe EchoSign SSO configuration.",
  "additionalProperties": true,
  "properties": {
    "domain": {
      "type": "string",
      "description": "Your custom domain found in your EchoSign URL. e.g. `https://acme-org.echosign.com` would be `acme-org`."
    }
  }
}