Skip to content

Data Object - SAMLAuthenticatorCertificateSSOData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.SAMLAuthenticator.CertificateSSOData

Property of

SAMLAuthenticatorGeneralData

Since

Horizon 7.0

Data Object Description

Certificate SSO data for a SAML authenticator.

Data Object Properties

Name Type Description
triggerMode xsd:string How to trigger Certificate SSO on sessions using this authenticator. 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.
passwordMode xsd:string If Certificate SSO is triggered and a password is present in the SAML assertion, how to handle it. 1 3
* This property will be one of:
ValueDescription
"REMOVE"Remove any passwords.
"PASSTHRU"Pass through any passwords.
"ERROR"Error if there is a password.

  1. This property need not be set. 

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

  3. This property is required if triggerMode is set to "ENABLE_ALWAYS" or "REQUIRE_ALWAYS".