oauth2-proxy/pkg/providers/oidc
Jacob Middag 3045392c17
feat: Replace default Go user-agent with oauth2-proxy and version (#2570)
* feat: Replace default Go user-agent with oauth2-proxy and version

* Add to CHANGELOG

* Make userAgentTransport configurable and composable

* Use correct naming convention for DefaultHTTPClient

* Move version to own package and use named arguments

* Update version path in Makefile

* Fix import path in Makefile

* Change importpath in dist.sh

* Minor style issues
2024-07-14 21:09:17 +01:00
..
oidc_suite_test.go Move internal OIDC package to providers package 2022-02-19 15:37:53 +00:00
provider.go fix typo (#2001) 2023-02-20 14:21:42 +00:00
provider_test.go Discover signature algorithms from OIDC provider (#1662) 2022-05-29 13:48:09 +01:00
provider_verifier.go feat: Replace default Go user-agent with oauth2-proxy and version (#2570) 2024-07-14 21:09:17 +01:00
provider_verifier_test.go chore: Updated go-jwt to v5 2024-03-04 01:42:00 +01:00
verifier.go Move OIDC IDToken verifier behind interface 2022-02-19 15:37:54 +00:00
verifier_test.go Update go-jose dependency as requested in #2350 (#2356) 2024-01-08 13:08:35 +00:00