Skip to content

Commit 64fa2c0

Browse files
committed
fix: ensure full paths in client groups
1 parent a7603f3 commit 64fa2c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/hawk/keycloak/ClientScopeRegistration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void registerInRealm(RealmModel realm) {
7979
false
8080
);
8181
groupMapper.getConfig().put(OIDCAttributeMapperHelper.INCLUDE_IN_USERINFO, "true");
82+
groupMapper.getConfig().put("full.path", "true");
8283
scope.addProtocolMapper(groupMapper);
8384
}
8485
}

0 commit comments

Comments
 (0)