This issue has been created
There is 1 update.
 
 
OpenId Connect / cid:jira-generated-image-avatar-5d870ff1-8e7f-405b-aeae-8a0390562223 OIDC-250 Open

The same token should not be renewed currently

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-76460890-816b-4546-b2c6-f866470d7cfc Josué Tille created this issue on 30/Jul/25 16:43
 
Summary: The same token should not be renewed currently
Issue Type: cid:jira-generated-image-avatar-5d870ff1-8e7f-405b-aeae-8a0390562223 Bug
Affects Versions: 2.19.0
Assignee: Unassigned
Components: OAuth2
Created: 30/Jul/25 16:43
Priority: cid:jira-generated-image-static-major-87397a8c-43de-4f45-9cc6-f3df664d18a6 Major
Reporter: Josué Tille
Description:

Currently there are no check to avoid that multiple thread proceed of the renew in the same time. If we have multiple request to the same OAuth token in the same time we can end with multiple renew currently and this could break the authentication in some cases.

So we need to add a lock on the renew process to ensure that this is only done subsequently.

 
 

1 update

 
cid:jira-generated-image-avatar-76460890-816b-4546-b2c6-f866470d7cfc Changes by Josué Tille on 30/Jul/25 16:43
 
Assignee: Josué Tille