ConnectionServerSAMLSpec

ConnectionServerSAMLSpec
ConnectionServerSAMLSpec

Information related to connection server SAML authentication settings.

JSON Example
{
    "saml_authenticator_ids": [
        "42e47f15-aad0-221a-b231-ea4a3a134ec9",
        "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
    ],
    "saml_support": "DISABLED",
    "workspace_one_block_old_clients": false,
    "workspace_one_host_name": "workspaceone.com",
    "workspace_one_mode_enabled": false
}
array of string
saml_authenticator_ids
Optional

List of SamlAuthenticators to use.

string
saml_support
Required

Indicates SAML support option configuration for the end user

  • DISABLED: Indicates that the SAML support is disabled.
  • MULTI_ENABLED: Indicates that the SAML multi auth support is enabled.
  • MULTI_REQUIRED: Indicates that the SAML multi auth support is mandatory.
Possible values are : DISABLED, MULTI_ENABLED, MULTI_REQUIRED,
boolean
workspace_one_block_old_clients
Optional

Indicates whether old clients that don't support Workspace ONE mode are blocked.

string
workspace_one_host_name
Optional

The hostname of the Workspace ONE Server.

boolean
workspace_one_mode_enabled
Optional

Indicates whether Workspace ONE mode is enabled.