Pega Platform 8.8.3 - Attribute Based Access Control Different Behavior with Dataset
Pega Platform 8.8.3 - Attribute Based Access Control Different Behavior with Dataset
- First of all, I have changed EnableAttributeBasedSecurity DSS value as true in order to enable attribute based access control on pega platform. I have generated access control policy and access control policy condition rules.
Access control policy condition rule
Access control policy rule
2. It is now test the masked values on clipboard page with different approaches of fetching data.
2.1. Retrieve data through dataset.
Check tempCustAttributePg from Clipboard
Pega Platform 8.8.3 - Attribute Based Access Control Different Behavior with Dataset
- First of all, I have changed EnableAttributeBasedSecurity DSS value as true in order to enable attribute based access control on pega platform. I have generated access control policy and access control policy condition rules.
Access control policy condition rule
Access control policy rule
2. It is now test the masked values on clipboard page with different approaches of fetching data.
2.1. Retrieve data through dataset.
Check tempCustAttributePg from Clipboard
Nothing masked. Expectation is to mask tckn property value of the instance shown on screenshot above.
2.2. Retrieve data through data page or obj-browse. If we have a look at the TCKN property value, we clearly see the masked value which is expected.
Why the TCKN values are not masked when we bring the data on clipboard page through data set run? We expect same behavior which is masking values regardless of the fetching mechanism.
Note: There is no sensitive data in the screenshoots shared in this document as they are all sample data.