glide.basicauth.required.wsdl
ServiceNow property description:
Require authorization for incoming WSDL requests.
Please note: If you choose not to require authorization for
incoming WSDL requests, you will need to also modify the Access
Control (ACL) rules to allow guest users to access the WSDL
content.
To allow access for incoming WSDL requests without authentication,
set the field 'Active' to false for the WSDLProcessor by modifying
its entry in the sys_security_acl table.
http://docs.servicenow.com/?context=Web_Services_Security_Web_Service_User_Roles
Attributes
- Sys ID: d9031fa6c0a8006500b87ec27b63ec04
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.basicauth.required.wsdl` determines whether basic authentication is required for WSDL (Web Services Description Language) requests. When this property is set to true, users must provide valid credentials to access WSDL files, enhancing security by ensuring that only authorized users can retrieve service definitions. This property is particularly useful in environments where WSDL files contain sensitive information or where strict access control is necessary. If set to false, WSDL files can be accessed without authentication, which may be suitable for less sensitive environments. Adjusting this property helps administrators control access to web service definitions based on their security requirements.
Source