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
| Attribute | Description |
|---|---|
| Configuration name | glide.security.strict_elevate_privilege |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | true |
| Category | Access control |
| Security risk |
|
| Dependencies and prerequisites | None |
| Functional impact | This property strictly requires admin role users to elevate privileges when needed. |