Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto committed Oct 25, 2024
1 parent 0ba5f3b commit 824bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 824bd81

Please sign in to comment.