We are using application-level data encryption in our constellation application. The encryption seems to be working fine, however data is not getting decrypted on UI which is unexpected and causing validation errors.
Are there any additional configurations that needs to be done in constellation since it uses REST APIs?
@Piyush Simple solution - Create two access control policies for property encryption. One in the work class having the properties or embedded properties (such as .Name and .Customer.DOB) and create another in the data class of the (in this case customer) embedded pages whose properties we need to encrypt.
So if the work class is ABC-Work-Onboard, the ACP in the work class should have following properties in the list: -
.Name
.Customer.DOB
ACP in the customer class (assume ABC-Data-Customer) should have following property:-