This issue has been created
 
 
Confluence / cid:jira-generated-image-avatar-d2518b17-f53a-41f7-8f97-85ef2ba91858 CONFLUENCE-337 Open

Allow formatting and cleaning up usernames the same way as in the LDAP and OIDC modules

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ea1dd918-79e2-4fb6-807a-366239556fec Raphaël Jakse created this issue on 03/Dec/24 13:10
 
Summary: Allow formatting and cleaning up usernames the same way as in the LDAP and OIDC modules
Issue Type: cid:jira-generated-image-avatar-d2518b17-f53a-41f7-8f97-85ef2ba91858 New Feature
Affects Versions: 9.64.0
Assignee: Unassigned
Components: XML
Created: 03/Dec/24 13:10
Priority: cid:jira-generated-image-static-major-b2106fde-cff1-4a43-a094-a28cbbee981a Major
Reporter: Raphaël Jakse
Description:

Usernames are currently cleaned by replacing forbidden characters with underscores, but this is not consistent with how the LDAP and OIDC extensions clean up usernames. We introduce a userFormat parameter which works like the existing groupFormat parameter, and use the same code as in the LDAP and OIDC extensions for both. Using this code is for groupFormat is possible because it was designed to be compatible with this way of cleaning names.