Browse Source

Fix lint issue

Signed-off-by: Oded Ben-Ozer <obenozer@wayfair.com>
pull/3056/head
Oded Ben-Ozer 3 years ago
parent
commit
7f0056cf13
  1. 1
      connector/oidc/oidc.go

1
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

Loading…
Cancel
Save