Update GroupContainmentUserFilter.java

Fix by https://github.com/Acosix/alfresco-keycloak/issues/59
This commit is contained in:
4535992
2025-09-18 23:10:45 +02:00
committed by Axel Faust
parent 31936cdcea
commit 526616f806
@@ -63,7 +63,7 @@ public class GroupContainmentUserFilter extends BaseGroupContainmentFilter imple
offset += processedGroups;
}
if (parentGroupIds.isEmpty() || parentGroupPaths.isEmpty())
if (!parentGroupIds.isEmpty() || !parentGroupPaths.isEmpty())
{
final boolean parentGroupsMatch = this.parentGroupsMatch(parentGroupIds, parentGroupPaths);
if (this.matchDenies)