Branch: refs/heads/master
Home:
https://github.com/xwiki-contrib/oidc
Commit: 7b28f1cf08351e5929f16dd63c0456224e6018b1
https://github.com/xwiki-contrib/oidc/commit/7b28f1cf08351e5929f16dd63c0456…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M
oidc-authenticator-configuration/src/main/java/org/xwiki/contrib/oidc/auth/internal/store/OIDCClientConfigurationClassDocumentInitializer.java
M
oidc-authenticator-configuration/src/main/java/org/xwiki/contrib/oidc/auth/store/OIDCClientConfiguration.java
M
oidc-authenticator-configuration/src/test/java/org/xwiki/contrib/oidc/auth/store/OIDCClientConfigurationTest.java
M
oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/OIDCClientConfiguration.java
M
oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/OIDCUserManager.java
M
oidc-authenticator/src/test/java/org/xwiki/contrib/oidc/auth/internal/OIDCUserManagerTest.java
Log Message:
-----------
OIDC-246: Allow to configure a regex based filtering of groups to be synchronized when
no explicit groups mapping is present (#90)
* Added 2 configurations: a regex for inclusions and a regex for
exclusions. Either or both can be present
* Added configuration for these 2 in the oidc client configuration
* Conditioned the groups sync with the matching of these regex, if
present
* Added unit tests
* Added support for configuration for the mapping regex from a
configuration in a wiki page
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/oidc/settings/notifications