All of the settings in Net SQL AzMan seem to be "OR" based.
For example:
If you add 3 (Authorized) Application Groups to an operation, a user needs to be in the first OR the second OR the third to have permissions for the operation.
I am looking for a way to say the user needs to be in (the first AND the second) OR (the first AND the third).
Is there a way to do that?
Reason Why:
We have users that snowball permissions as they move from department to department. I want to setup one role per Active Directory Departement ("the first" in my example above). If I can get the above logic working then when the user changes departments they will lose the permissions from their former department (even if their boss is lazy and does not get AzMan updated).
If I can't get this working in AzMan, then I can have my apps do it. But it would be so much easier at the AzMan level.
You could do this with a BizRule on the operation. The code for it is a bit overkill, but this should work with minimal modifications.