glide.basicauth.required.xsd
ServiceNow property description:
Require authorization for incoming XSD requests.
Attributes
- Sys ID: a09eb61c0a0a0b3b0086f6fe2d8740ee
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.basicauth.required.xsd` is used to enforce authorization for incoming XSD (XML Schema Definition) requests. When this property is enabled, it ensures that any incoming request for XSD resources must include valid authentication credentials. This adds a layer of security by preventing unauthorized access to XSD resources, which could otherwise be exploited. The property is particularly useful in environments where strict access control is necessary to protect sensitive data and system configurations. For more detailed information, you can refer to the ServiceNow documentation on XSD request authorization.
Source