glide.authenticate.failed_requirement_redirect

ServiceNow property description:

URL to redirect users attempting to access a non-public page (to view an incident, etc.) when SSO credentials are not present. Typically set to a customer's login portal (e.g. http://portal.companya.com):

Attributes

  • Sys ID: 885622d70a0a3c740030eec160efb4ea
  • Type: string
  • Application: Global
  • Default value: logout_success.do
AI Logo

AI generated property description:

The ServiceNow property `glide.authenticate.failed_requirement_redirect` is used to specify a URL to which users are redirected when they attempt to access a non-public page without the necessary SSO credentials. This property is particularly useful for ensuring that users are directed to a designated login portal, such as a company's custom login page, when they fail to meet authentication requirements. According to the documentation, this helps enforce the use of Single Sign-On (SSO) by redirecting unauthenticated users to the appropriate login interface. This property is typically configured to point to a customer's specific login portal URL, for example, `http://portal.companya.com`. This ensures a seamless user experience by guiding users to the correct authentication page when access is denied due to missing SSO credentials.

Source

Related property: glide.authenticate.failed_redirect