Auth0 · Schema

ConnectionOptionsCommonSAML

Common options for SAML-based enterprise connections (shared by samlp and pingfederate).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
assertion_decryption_settings object
cert object
decryptionKey object
digestAlgorithm object
domain_aliases object
entityId object
icon_url object
idpinitiated object
protocolBinding object
set_user_root_attributes object
signInEndpoint object
signSAMLRequest object
signatureAlgorithm object
tenant_domain object
thumbprints object
upstream_params object
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionscommonsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsCommonSAML",
  "title": "ConnectionOptionsCommonSAML",
  "description": "Common options for SAML-based enterprise connections (shared by samlp and pingfederate).",
  "type": "object",
  "properties": {
    "assertion_decryption_settings": {
      "$ref": "#/components/schemas/ConnectionAssertionDecryptionSettings"
    },
    "cert": {
      "$ref": "#/components/schemas/ConnectionSigningCertificateDerSAML"
    },
    "decryptionKey": {
      "$ref": "#/components/schemas/ConnectionDecryptionKeySAML"
    },
    "digestAlgorithm": {
      "$ref": "#/components/schemas/ConnectionDigestAlgorithmSAML"
    },
    "domain_aliases": {
      "$ref": "#/components/schemas/ConnectionDomainAliasesSAML"
    },
    "entityId": {
      "$ref": "#/components/schemas/ConnectionEntityIdSAML"
    },
    "icon_url": {
      "$ref": "#/components/schemas/ConnectionIconUrlSAML"
    },
    "idpinitiated": {
      "$ref": "#/components/schemas/ConnectionOptionsIdpinitiatedSAML"
    },
    "protocolBinding": {
      "$ref": "#/components/schemas/ConnectionProtocolBindingSAML"
    },
    "set_user_root_attributes": {
      "$ref": "#/components/schemas/ConnectionSetUserRootAttributesEnum"
    },
    "signInEndpoint": {
      "$ref": "#/components/schemas/ConnectionSignInEndpointSAML"
    },
    "signSAMLRequest": {
      "$ref": "#/components/schemas/ConnectionSignSAMLRequestSAML"
    },
    "signatureAlgorithm": {
      "$ref": "#/components/schemas/ConnectionSignatureAlgorithmSAML"
    },
    "tenant_domain": {
      "$ref": "#/components/schemas/ConnectionTenantDomainSAML"
    },
    "thumbprints": {
      "$ref": "#/components/schemas/ConnectionThumbprintsSAML"
    },
    "upstream_params": {
      "$ref": "#/components/schemas/ConnectionUpstreamParams"
    }
  }
}