Configuring context conditions
Context conditions can be used to further specify the policy on an element in Valtimo. When a condition is used in the policy it will match the conditions against the element it is trying to access. Context conditions are restrictions on top of those, to define policies that only work within the context of another resource.
Use case
Use case: An implementation has 5 case types. Financial advisors should only be able to start processes for cases of 1 case type.
Solution:
Give the financial advisors
ROLE_FINANCIAL
.Configure with conditions in PBAC that only
ROLE_FINANCIAL
can start processes, within the context of cases with a specific case definition name.
Example
Last updated
Was this helpful?