I have the group created in AD with the same name as below, and the sAMAccountName looks right for the group membership. But I can’t get it to return an “IN GROUP” response.
I have done an aggregation and I see the entitlement in IDN with the entitlement showing the individual.
When I look through the logs I don’t see anything with the group name.
The transform is:
{
"id": "9520e777-78ad-4769-b8ac-76fa5302c616",
"name": "fp-entitlementLookup2",
"type": "static",
"attributes": {
"groupMember": {
"attributes": {
"ignoreErrors": "false",
"values": [
{
"attributes": {
"sourceName": "Fred - AD",
"attributeName": "sAMAccountName",
"accountPropertyFilter": "(Groups.containsAll({\"Privileged Admins\"}))"
},
"type": "accountAttribute"
},
"NONE"
]
},
"type": "firstValid"
},
"value": "#if($groupMember == 'NONE')NOT IN GROUP#{else}IN GROUP#end"
},
"internal": false
}