GSSAPIAuthenticatorUpdateSpec

GSSAPIAuthenticatorUpdateSpec
GSSAPIAuthenticatorUpdateSpec

GSSAPIAuthenticator whose settings need to be updated.

JSON Example
{
    "allow_legacy_clients": true,
    "allow_ntlm_fallback": true,
    "enable_login_as_current_user": true,
    "enforce_channel_bindings": true,
    "trigger_mode": "ENABLED"
}
boolean
allow_legacy_clients
Required

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

boolean
allow_ntlm_fallback
Required

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.

boolean
enable_login_as_current_user
Required

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

boolean
enforce_channel_bindings
Required

Indicates whether channel bindings is supported or not.

string
trigger_mode
Required

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,