diff --git a/connector/oidc/oidc.go b/connector/oidc/oidc.go index 30b759ce97..2b29284272 100644 --- a/connector/oidc/oidc.go +++ b/connector/oidc/oidc.go @@ -457,7 +457,6 @@ func (c *oidcConnector) createIdentity(ctx context.Context, identity connector.I for _, claimName := range newGroupsElementConfig.ClaimList { // Non string claim value are ignored, concatenating them doesn't really make any sense if claimValue, ok := claims[claimName].(string); ok { - if newGroupsElementConfig.ClearDelimiter { // Removing the delimiier string from the concatenated claim to ensure resulting claim structure // is in full control of Dex operator