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 718c314 commit 7e85de8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ func NewTokenProcessor(

// tokenIssuer gets the issuer from the token.
// It doesn't verify the token, just parses its claims.
// It's used toe a new TokenProcessor.
// TODO: signAlgorithm should be a TokenProcessor field.
// It's usm 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 7e85de8

Please sign in to comment.