Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

AttributeDescription
Configuration nameglide.basicauth.required.api
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuefalse
CategoryAPI and web service
Security risk- Severity score: 8.6 - CVSS rating: High - Security risk details: Unauthenticated access to API data, when combined with misconfigured guest user role, poses a significant risk of unauthorized data exposure.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:API and web service