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

Enforce strict elevate privilege

Use the glide.security.strict_elevate_privilege property to control whether roles marked as privileged must be manually elevated for the user to be granted the role's capabilities.

When the glide.security.strict_elevate_privilege system property is set to true, roles marked as privileged must always be manually elevated by an admin user upon new session creation in order for the user to be granted the role's capabilities. When false, roles marked as privileged are automatically elevated upon an admin user new session, and do not need to be manually elevated (with exception of security_admin). Setting this property to secure value adds an extra layer of security validation to role elevation by privileged user.

Ensure that glide.security.strict_elevate_privilege is set to true as it allows a user with admin to manually elevate to a role they want.

More information

AttributeDescription
Configuration nameglide.security.strict_elevate_privilege
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryAccess control
Security risk- Severity score: 6.7 - CVSS score: Medium - Security risk details: This risks potential privilege misuse or accidental execution of high-impact actions. Requiring manual elevation adds a deliberate security checkpoint that helps prevent unauthorized or unintended access to sensitive capabilities.
Dependencies and prerequisitesNone
Functional impactThis property strictly requires admin role users to elevate privileges when needed.

Parent Topic:Access control