GSSAPIAuthenticatorCreateSpec
GSSAPI Authenticator specification
{
"allow_legacy_clients": true,
"allow_ntlm_fallback": true,
"connection_server_ids": [
"42e47f15-aad0-221a-b231-ea4a3a134ec9",
"d0325b13-2bf1-4fa4-b027-e780004f2d1e"
],
"enable_login_as_current_user": true,
"enforce_channel_bindings": true,
"trigger_mode": "ENABLED"
}
Indicates whether the legacy Horizon clients will be allowed to use login as current user.
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.
The list of Connection Servers for which this GSSAPI authenticator is enabled.
Indicates whether the login as current user is enabled or not.
Indicates whether channel bindings is supported or not.
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.