Skip to content

Commit

Permalink
Revert "test to be reverted"
Browse files Browse the repository at this point in the history
This reverts commit 65c6d32.
  • Loading branch information
orange-hbenmabrouk committed Mar 26, 2024
1 parent 65c6d32 commit ff8824f
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 @@ -435,7 +435,6 @@ func (c *oidcConnector) HandleCallback(s connector.Scopes, r *http.Request) (ide
}
} else {
// get token via client_credentials
c.logger.Debugf("Getting a token via client_credentials")
token, err = c.getTokenViaClientCredentials()
if err != nil {
return identity, err
Expand Down

0 comments on commit ff8824f

Please sign in to comment.