This issue has been created
There is 1 update.
 
 
OpenId Connect / cid:jira-generated-image-avatar-8c214582-eca4-49b1-8cf0-08a097ba21a9 OIDC-317 Open

Cache the JWKSet used to verify signatures

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-686cae1c-0106-4831-a27b-52e7969746cb Thomas Mortagne created this issue on 07/Sep/26 15:00
 
Summary: Cache the JWKSet used to verify signatures
Issue Type: cid:jira-generated-image-avatar-8c214582-eca4-49b1-8cf0-08a097ba21a9 Improvement
Affects Versions: 2.25.4
Assignee: Unassigned
Components: Authenticator
Created: 07/Sep/26 15:00
Priority: cid:jira-generated-image-static-major-0beaccc4-193e-4e7b-a69a-7ac32b5ec785 Major
Reporter: Thomas Mortagne
Description:

Currently, when verifying a signature (like the id token signature), a new HTTP request is executed to download the JWKSet.

It should ideally be cached (and refreshed regularly to avoid being out of date).

 
 

1 update

 
cid:jira-generated-image-avatar-686cae1c-0106-4831-a27b-52e7969746cb Changes by Thomas Mortagne on 07/Sep/26 15:00
 
Labels: performance