diff --git a/pkg/oidc/oidc.go b/pkg/oidc/oidc.go index c54227fca8c8..cf99b83ec6f8 100644 --- a/pkg/oidc/oidc.go +++ b/pkg/oidc/oidc.go @@ -328,7 +328,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. -// TODO: signAlgorithm should be a TokenProcessor field. +// TODO: signA should be a TokenProcessor field. // TODO: should we abstract usage of jwt and go-jose libraries? func (tokenProcessor *TokenProcessor) tokenIssuer(signAlgorithm []string) (string, error) { logger := tokenProcessor.logger