Question
Wirpo Technologies
AU
Last activity: 16 Apr 2019 12:58 EDT
ABAC is not working
We had below configuration. We mentioned here just demo classes instead of our own classes
We have work class
Myco-Appln-Work-Simple
- Level property single value integer(exposed)
Data-Admin-Operator-ID
- Level property single value integer(exposed)
We configure "Read" access control policy under "Myco-Appln-Work-Simple" class
We configure "CanReadSimpleCase" as access control policy configuration. It has below condition.
.Level <= OpeatorID.Level
Case1 created with Level 3 and Case2 created with Level 4. Operator has level 3. We are able to access Case2