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

Restrict flow context read access

Use the com.snc.process_flow.reporting.require_flow_access property to enforce if an additional access check is required for a user to read a flow check.

When the com.snc.process_flow.reporting.require_flow_access system property is set to a value of true, there is an additional access check for a user trying to read a flow context. A user must have access to the parent flow to be able to read the flow context.

Ensure that the com.snc.process_flow.reporting.require_flow_access system property is set to true

More information

AttributeDescription
Configuration namecom.snc.process_flow.reporting.require_flow_access
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryAccess control
Security risk- Severity score: 2.7 - CVSS score: Low - Security risk details: There may be minor information disclosure if this property is not set securely.
Dependencies and prerequisitesNone
Functional impactWhen this property is enabled, the security for reading flow context records are increased. The instance enforces that a user trying to read the flow context has read access to the parent flow as well.

Parent Topic:Access control