mirror of
https://github.com/bmlong137/alfresco-keycloak.git
synced 2025-09-10 14:11:09 +00:00
(#18) Use KC group name for ALF group display name
This commit is contained in:
@@ -52,7 +52,7 @@ public class DefaultGroupProcessor implements GroupProcessor
|
||||
final PropertyMap properties = groupNode.getProperties();
|
||||
|
||||
properties.put(ContentModel.PROP_AUTHORITY_NAME, AuthorityType.GROUP.getPrefixString() + group.getId());
|
||||
properties.put(ContentModel.PROP_AUTHORITY_DISPLAY_NAME, group.getPath());
|
||||
properties.put(ContentModel.PROP_AUTHORITY_DISPLAY_NAME, group.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user