Require authorization for API requests
Use the glide.basicauth.required.api property to enhance security for basic authorization for incoming REST requests.
If glide.basicauth.required.api isn't set to the recommended value of true, then Basic Authentication on API requests are disabled which leads to unauthenticated access to instance data.
Ensure the property glide.basicauth.required.api 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 | glide.basicauth.required.api |
| 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 | None |
| Dependencies and prerequisites | None |