Skip to content

Data Object - GlobalSettingsCertificateAuthenticationData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.GlobalSettings.CertificateAuthenticationData

Property of

GlobalSettingsSecurityData

Since

Horizon 8.10

Data Object Description

Supports custom mapping for certificate authentication.

Data Object Properties

Name Type Description
certAuthMapping xsd:string[] Indicates the custom certificate mapping and certificate validation will be done based on all the strings given in certAuthMapping. 1
certAuthMappingControl xsd:string[] Indicates the types of mapping to validate certificate. 1
* This property will be one of:
ValueDescription
"SID"Denotes certificate validation on SID.
"CUSTOM"Denotes certificate validation on custom mapping.
"LEGACY"Denotes legacy certificate validation. In LEGACY mode, the certificate validation is based on User Principal Names(UPN) first, if UPN is unavailable we match X509IssuerSubject or X509SubjectOnly present at altSecurityIdentities attribute of the users Object.
certAuthMappingNames xsd:string[] List of all supported certificate mapping properties. 2

  1. This property need not be set. 

  2. This property cannot be updated.