This issue has been created
 
 
OpenId Connect / cid:jira-generated-image-avatar-d2b744f2-1b01-4ce8-a485-008ca934281c OIDC-318 Open

Rotate the cached provider's ClientProvider

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-de81bb24-611f-4d8a-904e-8b0ea0ca1c87 Thomas Mortagne created this issue on 07/Sep/26 15:02
 
Summary: Rotate the cached provider's ClientProvider
Issue Type: cid:jira-generated-image-avatar-d2b744f2-1b01-4ce8-a485-008ca934281c Improvement
Affects Versions: 2.25.4
Assignee: Unassigned
Components: Authenticator
Created: 07/Sep/26 15:02
Priority: cid:jira-generated-image-static-major-af261f46-7e45-4042-b489-cfe75351ea53 Major
Reporter: Thomas Mortagne
Description:

Currently, the content of the provider's discovery setup is cached forever (at least until next restart or authenticator extension reload).

While it's very rare for this content to change, it would still be better to refresh it from time to time. It could then also be reused to store other things, like the JWs (see OIDC-317).