glide.authenticate.mutual.enabled

ServiceNow property description:

Enable certificate based authentication.

Attributes

  • Sys ID: 7d64bceeff311010978acd6bd53bf1b2
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.authenticate.mutual.enabled` is used to enable certificate-based authentication. According to the provided documentation, this property allows the platform to enforce mutual authentication, where both the client and server authenticate each other using digital certificates. When this property is set to true, the system requires clients to present a valid certificate during the SSL/TLS handshake process. This enhances security by ensuring that only clients with the appropriate certificates can access the ServiceNow instance. The documentation emphasizes that this setting is part of the broader security measures available in the platform to protect sensitive data and ensure secure communications.

Source

Related property: glide.authenticate.auth.policy.enabled