Require authorization for XML requests [Updated in Security Center 1.3]
Use the glide.basicauth.required.xml property to designate if incoming XML requests should require basic authentication.
More information
Avertissement :
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
| Attribute | Description |
|---|---|
| Property name | glide.basicauth.required.xml |
| Configuration type | System Properties (/sys_properties_list.do) |
| Category | API and web service |
| Purpose | To enforce basic authentication on XML requests. |
| Security risk rating | 7.5 |
| Recommended value | true |
| Functional impact | This remediation enforces a combination of authentication methods, in the form of basic authentication and system level access control.
To learn more, see XML parser step. |
| Security risk | (High) Without appropriate authorization configured on the incoming XML requests, an unauthorized user can get access to sensitive content/data on the target instance. |
| References | Authentication |