This issue has been created
 
 
OpenId Connect / cid:jira-generated-image-avatar-f824be64-f6c8-4ac0-91bb-cc78b867fa76 OIDC-265 Open

Group Synchronization does not escape dots in group names

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-308c7af9-1545-41c2-96ee-95f85f84261d Lukas Monert created this issue on 14/Jan/26 20:36
 
Summary: Group Synchronization does not escape dots in group names
Issue Type: cid:jira-generated-image-avatar-f824be64-f6c8-4ac0-91bb-cc78b867fa76 Bug
Assignee: Unassigned
Created: 14/Jan/26 20:36
Priority: cid:jira-generated-image-static-major-1edf1c6d-9d3c-40f8-a525-66a71d65d7fb Major
Reporter: Lukas Monert
Description:

Considering the following value in the specified group claim: "my.group"

Expected: New group named "my.group" saved under reference XWiki.my\.group

Actual behavior: New group named "group" saved under reference XWiki.my.group

 

Since one is able to create groups with dots in their names from XWiki UI I assume this is an escaping error in the group synchronization feature. Synchronization still works and groups stay unique via their references but the change in name makes rights management difficult.