glide.authenticate.hybrid_user_tracking.enabled

ServiceNow property description:

The user accounts which are not marked as 'Web service access only' in corresponding sys_user record, but still performs integrations (i.e., API logins) using the username and password, will be tracked in the 'User MFA Enforcement Info' table when this property is enabled.

Attributes

  • Sys ID: 07bf53de43f302100d603c441bb8f212
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property glide.authenticate.hybrid_user_tracking.enabled determines whether hybrid user accounts performing API logins with username and password are tracked for MFA enforcement. Its default value is true, which means that any user not marked as “Web service access only” in their sys_user record, but still using credentials for integrations, will be logged in the User MFA Enforcement Info table. Disabling this property (false) stops such tracking, which may reduce monitoring but also leaves potential gaps in enforcing MFA compliance for integration accounts. Administrators typically enable this property to identify and manage accounts that blend interactive and integration usage, ensuring that security policies cover all login behaviors. Tracking is especially useful for detecting risky credential-based integrations that should migrate to token-based authentication.

Source

Related property: glide.authenticate.jwt.jti_verification.jti.required