glide.basicauth.required.scriptedprocessor
ServiceNow property description:
Require authorization for incoming script requests.
Attributes
- Sys ID: 4820b29d0a0a0b36007930c71f86fa0f
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.basicauth.required.scriptedprocessor` is used to enforce authorization for incoming script requests. When this property is enabled, it ensures that any script requests made to the instance must include valid authentication credentials. This is particularly important for securing scripted REST APIs and other scripted processors, as it prevents unauthorized access. According to the documentation, enabling this property helps maintain the integrity and security of the instance by requiring that all script requests are authenticated. This property is part of the broader security measures available in ServiceNow to protect against unauthorized access and potential security threats.
Source