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

Block access for delegated developers

This configuration affects access for delegated developers that are updating user roles through script. When the configuration is compliant, the developer will not be able to update or insert records into the sys_user_has_role table without also having the user_admin role.

This property determines whether a delegated developer can give assign roles to users through scripts. If com.glide.sys.security.delegateddev.block_grant_roles is not set to the recommended value of true, then a delegated developer could assign roles to any user. This could lead to unapproved privilege escalation.

Ensure that the property com.glide.sys.security.delegateddev.block_grant_roles is set to true.

More information

AttributeDescription
Configuration namecom.glide.sys.security.delegateddev.block_grant_roles
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 rating: Medium - Security risk details: Delegated developers may assign roles to any user via scripts, posing a significant security risk of unauthorized privilege escalation.
Functional impactWhen a user with the delegated\_developer role is attempting to modify a record in the User Roles \[sys\_user\_has\_role\] table, this property enables additional security checks against the operation. The additional security checks validate that the user has been granted the user\_admin role if they're trying to create or update the User Roles \[sys\_user\_has\_role\] table. If they do not have the user\_admin role, the access will be denied. When the property is false, these additional checks are not validated.
Dependencies and prerequisitesNone

Parent Topic:Access control