There are 2 comments.
 
 
Trusted authentication framework / cid:jira-generated-image-avatar-9d884128-4abd-44d7-9bcb-fcfd10588ce8 TRUSTAUTH-29 Closed

When the groups are being created, their names are not cleaned from unsupported characters

 
View issue   ·   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-fcf5e12c-bf9a-4d9b-8b13-40d0779fdd29 Clément Aubin on 12/Dec/24 19:19
 

Fixed by exposing a configuration key to enable / disable dynamic role cleaning. Users having dynamic role mapping configured prior to 1.9.1 (without automated cleaning of groups) should enable the following in xwiki.properties :

xwiki.authentication.trusted.dynamicRole.clean=true
 
cid:jira-generated-image-avatar-fcf5e12c-bf9a-4d9b-8b13-40d0779fdd29 Clément Aubin on 12/Dec/24 19:20
 
Fixed by exposing a configuration key to enable / disable dynamic role cleaning. Users having dynamic role mapping configured prior to 1.9.1 (without automated cleaning of groups) should enable the following in {{xwiki.properties}} :

{code}
xwiki.authentication.trusted.dynamicRole.clean=true
{code}