There is 1 comment.
 
 
OpenId Connect / cid:jira-generated-image-avatar-f01c1e4b-6a9c-412b-9a6c-a8630ca1f82d OIDC-203 Open

OIDC Authenticator will try to synchronize groups even if no mapping is defined

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-574b8199-a060-422d-b1cc-15bfb1d92a0f Thomas Mortagne on 19/Nov/24 11:23
 
You are mixing very different things here.

OIDC-185 have nothing to do with what you are complaining about: the fact that group synchronization happen with all groups sent by the provider by default (and you can change that by providing an explicit mapping) is a feature that exist since group membership sync exist.

The only thing that changed with OIDC-185 is the criteria to know if the
provided provider indicated groups for the user (it used to only check the userinfo, and now it also check the id token, or if you configured a custom group claim).