Property reference

glide.rest.global.honor_snc_internal_flag

The glide.rest.global.honor_snc_internal_flag property determines whether REST APIs require the snc_internal role for access. When set to true, it enforces role requirements, impacting security for API resources.

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 controls the enforcement of the snc_internal role requirement for accessing REST API resources, affecting both Scripted and Java Implemented REST APIs.
What area does it affect? REST API access control
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 configuring API access permissions or adjusting security settings.

Out of the box property record

Raw metadata from the property record.

Property name glide.rest.global.honor_snc_internal_flag
Sys ID 89577c945323030073da6dbda11c0897
Type boolean
Application Global
Default value true
Description Property to control if REST APIs will enforce the requirement that requestors have the snc_internal role to access REST API resources. Both Scripted REST APIs and Java Implemented REST APIs provide a way to specify that they require the snc_internal role on a per resource level. This property will determine if those per resource settings are enforced. When set to false requestors will not be required to have the snc_internal role regardless of per resource settings. This property is only relevant when the explicit roles plugin is activated.
Updated 2018-01-04 16:47:22

Sources

Official references and nearby text excerpts where this property appears.