glide.authentication.external.disable_local_login

ServiceNow property description:

Require SSO credentials even for the main ServiceNow login page. This property needs to be used in conjunction with the 'glide.authenticate.failed_requirement_redirect' property.

Attributes

  • Sys ID: 88585bd40a0a3c74002cff75e7cd84ab
  • Type: true | false
  • Application: Global
  • Default value: nan
AI Logo

AI generated property description:

The ServiceNow property `glide.authentication.external.disable_local_login` is used to enforce the use of Single Sign-On (SSO) credentials for logging into the main ServiceNow login page. When this property is enabled, users are required to authenticate through SSO, and local login credentials are disabled. This ensures that all users must use the SSO method configured for the instance. Additionally, this property should be used in conjunction with the `glide.authenticate.failed_requirement_redirect` property, which specifies the URL to redirect users to if they fail to meet the authentication requirements. This setup enhances security by centralizing authentication through a single, external identity provider.

Source

Related property: glide.authenticate.external