GSSAPIAuthenticatorInfo

GSSAPIAuthenticatorInfo
GSSAPIAuthenticatorInfo

Information about to GSSAPI Authenticator.

JSON Example
{
    "allow_legacy_clients": true,
    "allow_ntlm_fallback": true,
    "connection_servers": [
        "42e47f15-aad0-221a-b231-ea4a3a134ec9",
        "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
    ],
    "enable_login_as_current_user": true,
    "enforce_channel_bindings": true,
    "id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
    "trigger_mode": "ENABLED"
}
boolean
allow_legacy_clients
Optional

Indicates whether the legacy Horizon clients will be allowed to use login as current user.

boolean
allow_ntlm_fallback
Optional

Indicates whether NTLM is allowed for GSSAPI authentication. When the client does not have access to the domain controllers in the hosted environment kerberos authentication fails, clients can fall back to NTLM authentication if allowNTLMFallback is set to true.

array of string
connection_servers
Optional

The list of Connection Servers for which this GSSAPI authenticator is enabled.

boolean
enable_login_as_current_user
Optional

Indicates whether the login as current user is enabled or not.

boolean
enforce_channel_bindings
Optional

Indicates whether channel bindings is supported or not.

string
id
Optional

Unique ID representing this GSSAPI Authenticator.

string
trigger_mode
Optional

Indicates True SSO trigger mode on sessions using this authenticator.

  • DISABLED: Do not use True SSO.
  • OPTIONAL: If no SSO credentials are provided then use True SSO otherwise use the supplied SSO credentials.
  • ENABLED: Always use True SSO even if client supplied SSO credentials.
Possible values are : DISABLED, OPTIONAL, ENABLED,