Require authorization for excel requests
Use the glide.basicauth.required.excel property to designate if incoming Excel requests should require basic authentication.
If the glide.basicauth.required.excel system property is not set to the recommended value of true, then this will disable Basic Authentication for Excel format export processor. This also happens when combined with a wrong role within the guest_user related property (For example a high privileged user such as Admin).
Ensure that the property glide.basicauth.required.excel exists in the System Properties [sys_properties] table and is set to true.
Warning:
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
More information
| Attribute | Description |
|---|---|
| Configuration name | |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | API and web service |
| Security risk |
|
| Functional impact | This remediation enforces a combination of authentication methods, in the form of basic authentication and system level access control.
|
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property.