Ralf Haferkamp and Ralf Haferkamp
6dde2839df
fix(oidc_auth): Fix userinfo cache expiration logic
...
When the userinfo claims store in the usercache is found to be expired,
do not return an error but ignore the cached entry and force a
re-verification of the access token (either via parsing the JWT again or
via a UserInfo lookup).
This is required for setups with non-JWT access tokes where the expiry
date set in the cached claims does not reflect the actual token expiry,
but just the CacheTTL.
Fixes : #1493
2026-02-19 13:17:17 +01:00
..
2026-02-18 00:15:57 +00:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-17 16:39:55 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-12 17:21:09 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-12 16:48:12 +01:00
2026-02-12 15:43:00 +01:00
2026-02-18 00:15:57 +00:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-19 12:16:30 +01:00
2026-01-08 14:16:31 +01:00
2026-01-08 14:16:31 +01:00
2026-02-18 00:15:57 +00:00
2026-01-08 13:06:42 +01:00
2026-01-08 13:08:45 +01:00
2026-01-08 13:11:26 +01:00
2026-01-08 13:13:08 +01:00
2026-02-19 13:17:17 +01:00
2026-01-08 13:18:45 +01:00
2026-02-18 00:15:57 +00:00
2026-01-08 14:16:31 +01:00
2026-01-08 13:27:37 +01:00
2026-01-08 13:29:58 +01:00
2026-01-08 13:31:58 +01:00
2026-01-20 15:49:13 +01:00
2026-01-28 12:52:24 +01:00
2026-01-08 13:38:14 +01:00
2026-02-18 00:15:57 +00:00
2026-01-08 13:42:54 +01:00
2026-02-16 11:01:47 +01:00
2026-01-08 13:46:30 +01:00
2026-02-17 10:41:35 +01:00