diff --git a/pkg/oidc/oidc.go b/pkg/oidc/oidc.go index c54227fca8c8..e2128e0ac994 100644 --- a/pkg/oidc/oidc.go +++ b/pkg/oidc/oidc.go @@ -327,7 +327,7 @@ func NewTokenProcessor( // tokenIssuer gets the issuer from the token. // It doesn't verify the token, just parses its claims. -// It's used to create a new TokenProcessor. +// It's used toe a new TokenProcessor. // TODO: signAlgorithm should be a TokenProcessor field. // TODO: should we abstract usage of jwt and go-jose libraries? func (tokenProcessor *TokenProcessor) tokenIssuer(signAlgorithm []string) (string, error) {