glide.basicauth.required.soap
ServiceNow property description:
Require basic authorization for incoming SOAP requests.
Attributes
- Sys ID: d902c41dc0a8006500b4fcbff1dab50b
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.basicauth.required.soap` mandates basic authorization for incoming SOAP requests. When this property is enabled, any SOAP request sent to the ServiceNow instance must include valid basic authentication credentials. This ensures that only authenticated users can access the SOAP API, enhancing the security of the instance. The property is particularly useful for preventing unauthorized access and ensuring that all SOAP interactions are properly authenticated. For more detailed information, you can refer to the ServiceNow documentation on SOAP request authorization.
Source