Property reference

glide.security.use_explicit_roles

The glide.security.use_explicit_roles property enforces explicit role checks for users lacking specific roles. This ensures that users are assigned either the 'snc_internal' or 'snc_external' role based on their classification, impacting access control and security management.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property determines whether users without 'snc_internal' or 'snc_external' roles are assigned default roles based on their classification, affecting their access to system features.
What area does it affect? User Role Management
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when adjusting user access controls or security policies.

Out of the box property record

Raw metadata from the property record.

Property name glide.security.use_explicit_roles
Sys ID 69d74c52933002009c8579b4f47ffb93
Type boolean
Application Global
Default value true
Description Enforce explicit role checks. With this property, a user without 'snc_internal' or 'snc_external' roles is considered as ‘employee’ role user. So with this property, they would get an explicit ‘snc_internal’ role. Users without 'snc_internal' or 'snc_external' roles and in a class listed in glide.security.explicit_roles.internal_user_blacklist, or one of its extended class will automatically receive the ‘snc_external’ role.
Updated 2015-06-25 10:53:30

Sources

Official references and nearby text excerpts where this property appears.