glide.authenticate.external
ServiceNow property description:
Enable external authentication.
Attributes
- Sys ID: ee45121ec0a8011b0009266628de9041
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.authenticate.external` is used to enable external authentication mechanisms for REST messages. When this property is set to true, it allows the system to authenticate outbound REST messages using external credentials rather than relying solely on internal authentication methods. This is particularly useful for integrating with third-party systems that require specific authentication protocols. The property ensures that the necessary authentication headers and tokens are included in the outbound requests, facilitating secure communication between ServiceNow and external services. This setting is crucial for maintaining the integrity and security of data exchanges in integrated environments.
Source