Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmiller committed Aug 5, 2024
1 parent a360087 commit 3f14dbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,6 @@ func (b *jwtAuthBackend) createProvider(config *jwtConfig) (*oidc.Provider, erro
ietripper, err := httputil.NewIgnoreUnhandledExtensionsRoundTripper(tp, oids)
if err != nil {
return nil, err
}
if config.OIDCDiscoveryCAPEM != "" {

}
opts = append(opts, oidc.WithRoundTripper(ietripper))
} else if config.OIDCDiscoveryCAPEM != "" {
Expand Down

0 comments on commit 3f14dbd

Please sign in to comment.