Hi I am working with a XACML 3.0 policy and my scenario is :
Policy is based on multiple resource and single rule will contain multiple resources and actions corresponding to that particular resource as mention in the scenario below:
Policy:
Resources:
firstname
lastname
email
Rule1:
Action:
firstname : {create, read}
lastname : {delete, update, create}
email : {read}
and the Role group allowed for this user group is admin.
Role for Rule1:
admin
How to achieve this policy and how the request format will look like for the same.