mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
Fix missed caller adaption
This commit is contained in:
@@ -550,7 +550,7 @@ public class KeycloakUserRegistry implements UserRegistry, InitializingBean, Act
|
||||
|
||||
// any filtering applied above does not apply here as any sub-group will be individually checked for filtering by recursive
|
||||
// processing
|
||||
group.getSubGroups().forEach(subGroup -> this.processGroupsRecursively(subGroup, authorityProcessor));
|
||||
group.getSubGroups().forEach(subGroup -> this.processGroupsRecursively(subGroup, filteredHandler, authorityProcessor));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user