oauth2-proxy/pkg/providers/oidc
Olivier Mengué 5176b2a6ec chore(deps): replace k8s.io/apimachinery/pkg/util/errors with errors.Join
Drop use of k8s.io/apimachinery/pkg/util/errors.NewAggregate and replace
to with errors.Join which is available in stdlib since Go 1.20.

This allows to drop one dependency (which itself brings its own
contraints in its go.mod) and use more standard behavior from stdlib.
2025-08-01 13:06:51 +02:00
..
oidc_suite_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
provider.go fix typo (#2001) 2023-02-20 14:21:42 +00:00
provider_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
provider_verifier.go chore(deps): replace k8s.io/apimachinery/pkg/util/errors with errors.Join 2025-08-01 13:06:51 +02:00
provider_verifier_test.go feature: static public keys file support for oidc provider 2025-01-11 12:09:23 +00:00
verifier.go Move OIDC IDToken verifier behind interface 2022-02-19 15:37:54 +00:00
verifier_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00