Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Ben-Ozer <[email protected]>
  • Loading branch information
Oded-B committed Aug 25, 2023
1 parent b1f4bd0 commit 7f0056c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connector/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f0056c

Please sign in to comment.