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 3 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. 1 4
administratorURL xsd:string The administrator URL for this SAML authenticator. This must specify a protocol (scheme) of http or https. 1
staticMetadata xsd:string Since Horizon 7.0 1 5

  1. This property need not be set. 

  2. This property cannot be updated. 

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

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

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