WSDL request authorization (instance security hardening)
Use the glide.basicauth.required.wsdl property to designate if incoming WSDL (Web Services Description Language) requests should require basic authentication.
Note:
If you choose not to require basic authentication for incoming WSDL requests, you must modify
Access Control (ACL) rules to enable guest users to access the WSDL content.
More information
| Attribute | Description |
|---|---|
| Property name | glide.basicauth.required.wsdl |
| Configuration type | System Properties (/sys_properties_list.do) |
| Configure in Instance Security Center | Yes |
| Purpose | To enforce basic authentication on WSDL requests. |
| Recommended value | true |
| Functional Impact | This remediation enforces a combination of authentication methods, in the
form of basic authentication and system level access control.
|
| Security risk | (Medium) Without appropriate authorization configured on the WSDL web services, an unauthorized user can get access to sensitive WSDL content/data on the target instance. |
| References | Web service security |
To learn more about adding or creating a system property, see Add a system property.