09 Oct 2025 02:15 PM
Hey Everyone!
As we revamp our permissions within the Account Management Page, I had a question about security group claims.
When formulating a Group, we can link a single Security Claim and thats very straight forward. What im hoping to get clarity on is adding in a second Security Claim. Is the logic 'AND' stating that the user needs BOTH AD G1 AND AD G2.... or is the logic 'OR' which means if they have either claims, access will be granted?
Solved! Go to Solution.
14 Oct 2025 11:56 PM
Hi @ChadTurner ,
It appears to function as an OR condition, users belonging to either CN1 or CN2 are eligible to claim the TEST group. After receiving the login response, Dynatrace verifies each associated group where it is claimed and updates the user’s group membership accordingly.
This is how it worked previously for me couple of years back.
Thanks
31 Oct 2025 11:06 AM
Thank you @Akhil-Jayendran!