Skip to content

Data Object - SAMLAuthenticatorHealthData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.SAMLAuthenticatorHealth.SAMLAuthenticatorHealthData

Property of

SAMLAuthenticatorHealthInfo

Since

Horizon View 6.0

Data Object Description

Basic data about the SAML authenticator.

Data Object Properties

Name Type Description
label xsd:string The label of the SAML Authenticator.
metadataURL xsd:string The metadata URL of the SAML Authenticator. 1
administratorURL xsd:string The administrator URL for the SAML authenticator. This must specify a protocol (scheme) of http or https. Since Horizon 7.9 1 2
description xsd:string The description of the SAML authenticator. Since Horizon 7.10 1
certificateSsoTriggerMode xsd:string How to trigger Certificate SSO on sessions using this authenticator. Since Horizon 8.7 3 2
* This property will be one of:
ValueDescription
"DISABLED"Do not use Certificate SSO.
"ENABLE_IF_NO_PASSWORD"If no password is supplied, use a valid (domain matching) connector if it exists.
"REQUIRE_IF_NO_PASSWORD"If no password is supplied, use and require a valid (domain matching) connector.
"ENABLE_ALWAYS"Regardless of a password, use a valid (domain matching) connector if it exists.
"REQUIRE_ALWAYS"Regardless of a password, use and require a valid (domain matching) connector.

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of 'DISABLED'.