Skip to content

Commit

Permalink
Changed effective roles filtering method
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Blaettlinger <[email protected]>
  • Loading branch information
andreas-blaettlinger committed Jul 2, 2024
1 parent d61b1dd commit 272b4d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public final List<ClientRole> listCompositeUsersRoleMappings(@PathParam("id") St
user.getGroupsStream()
.flatMap(g -> addParents(g))
.flatMap(GroupModel::getRoleMappingsStream)))
.filter(auth.roles()::canMapRole));
);
}

@GET
Expand Down

0 comments on commit 272b4d2

Please sign in to comment.