Hello all,
Does the acces role mechanism allow for the same AD authenticated user to be part of multiple access roles at the same time?
I would need this functionality, for example, if I would like to have two inline policy layers, each one matching by source one acces role of two, which are in turn, assigned based on AD group memebership such as:
CN=group1,CN=Users,DN=domain matched to acces_role_1
CN=group2,CN=Users,DN=domain matched to acces_role_2
These two acces roles objects might be configured to also include other matching criteria.
As some AD users would be assigned to both AD user groups, they will have access granted through both inline layers, while some, that are part of only one group, would have acces through just one. From my tests (R80.40), this is not possible, users are matched to one acces role, but perhaps I am missing some setting.
Thank you