Skip to content

Data Object - SAMLAuthenticatorServerData

Java Class

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

Property of

SAMLAuthenticatorInfo, SAMLAuthenticatorSpec

Since

Horizon View 6.0

Data Object Description

Server data for a SAML server.

Data Object Properties

Name Type Description
authenticatorType xsd:string The type of saml authenticator. Since Horizon 7.0 1 2
* This property will be one of:
ValueDescription
"STATIC"Static SAML Authenticator, which contains SAML metadata
"DYNAMIC"Dynamic SAML Authenticator fetches metadata dynamically using a provided URL
metadataURL xsd:string The metadata URL that this SAML authenticator uses to fetch metadata. This must specify a protocol (scheme) of https. It must be unique among all other SAML authenticators. 3 4
administratorURL xsd:string The administrator URL for this SAML authenticator. This must specify a protocol (scheme) of http or https. 3
staticMetadata xsd:string Since Horizon 7.0 3 5

  1. This property has a default value of "DYNAMIC". 

  2. This property cannot be updated. 

  3. This property need not be set. 

  4. This property is required if authenticatorType is set to "DYNAMIC". 

  5. This property is required if authenticatorType is set to "STATIC".