Skip to content

Commit

Permalink
test to be reverted
Browse files Browse the repository at this point in the history
Signed-off-by: Houssem Ben Mabrouk <[email protected]>
  • Loading branch information
orange-hbenmabrouk committed Mar 26, 2024
1 parent 9f14114 commit 65c6d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ 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 65c6d32

Please sign in to comment.