glide.basicauth.required.schema
ServiceNow property description:
Require basic authentication for incoming SCHEMA requests.
Attributes
- Sys ID: 4ce5b0119f313100ef4afa7dc67fcfbe
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.basicauth.required.schema` mandates basic authentication for incoming SCHEMA requests. According to the provided documentation, this property ensures that any SCHEMA request to the ServiceNow instance must include valid basic authentication credentials. This enhances security by requiring that all such requests are authenticated, thereby preventing unauthorized access. When this property is enabled, any SCHEMA request without the necessary credentials will be denied. This setting is crucial for maintaining the integrity and security of the data accessed through SCHEMA requests.
Source