oauth2-proxy/providers
Michi Gysel 49536035a2
fix: session refresh handling in OIDC provider (#3267)
* Fix session refresh handling in OIDC provider

- `s.Refreshed` was always `false` as the session object was not updated
- `ValidateURL` is, by default, not configured for OIDC providers. Access token validation now only happens when a validation endpoint is available.

Signed-off-by: Michael Gysel <michael.gysel@unblu.com>

* Update changelog

Signed-off-by: Michael Gysel <michael.gysel@unblu.com>

---------

Signed-off-by: Michael Gysel <michael.gysel@unblu.com>
2026-01-14 23:18:27 +01:00
..
adfs.go deref everything but now with default constants 2025-11-16 22:38:56 +01:00
adfs_test.go refactor: ptr.Ptr to ptr.To 2025-11-16 22:38:59 +01:00
auth_test.go
azure.go chore(deps): drop golang.org/x/exp/{slices,maps} (#3065) 2025-05-26 12:20:49 +02:00
azure_test.go
bitbucket.go
bitbucket_test.go
cidaas.go feat: add Cidaas provider (#2273) 2025-08-12 17:41:45 +02:00
cidaas_test.go feat: add Cidaas provider (#2273) 2025-08-12 17:41:45 +02:00
digitalocean.go
digitalocean_test.go
facebook.go
facebook_test.go
gitea_test.go
github.go fix: Gitea team membership (#3150) 2025-08-19 08:40:36 +02:00
github_test.go feat: support for multiple github orgs (#3072) 2025-05-29 18:11:07 +02:00
gitlab.go
gitlab_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
google.go feat: migrate google used organization id and header normalization booleans to pointers 2025-11-16 22:39:01 +01:00
google_test.go feat: added organizationId/employee id as preferred username (#3237) 2025-11-07 19:44:32 +01:00
internal_util.go feat: more aggressively truncate logged access_token (#3264) 2026-01-14 23:12:51 +01:00
internal_util_test.go feat: more aggressively truncate logged access_token (#3264) 2026-01-14 23:12:51 +01:00
keycloak.go
keycloak_oidc.go fix: role extraction from access token in keycloak oidc (#1916) 2025-04-28 10:23:19 +01:00
keycloak_oidc_test.go fix: role extraction from access token in keycloak oidc (#1916) 2025-04-28 10:23:19 +01:00
keycloak_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
linkedin.go
linkedin_test.go
logingov.go Fix linting after updating golangci-lint to 1.62.2 2024-12-31 13:14:39 +01:00
logingov_test.go
ms_entra_id.go deref everything but now with default constants 2025-11-16 22:38:56 +01:00
ms_entra_id_test.go refactor: ptr.Ptr to ptr.To 2025-11-16 22:38:59 +01:00
nextcloud.go
nextcloud_test.go
oidc.go fix: session refresh handling in OIDC provider (#3267) 2026-01-14 23:18:27 +01:00
oidc_test.go feat: migrate all alpha config booleans to pointers 2025-11-16 22:38:49 +01:00
provider_data.go feat: allow to set non-default authorization request response mode (#3001) 2025-03-31 10:04:19 +02:00
provider_data_test.go
provider_default.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00
provider_default_test.go test: replace mock pkg/clock with narrowly targeted stub clocks. (#3238) 2025-10-28 10:05:02 +01:00
providers.go deref everything but now with default constants 2025-11-16 22:38:56 +01:00
providers_suite_test.go chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
providers_test.go refactor: ptr.Ptr to ptr.To 2025-11-16 22:38:59 +01:00
srht.go feat: add SourceHut (sr.ht) provider (#2359) 2025-07-22 08:16:32 +02:00
srht_test.go feat: add SourceHut (sr.ht) provider (#2359) 2025-07-22 08:16:32 +02:00
util.go
util_test.go