Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT token performance issue when renew_token_without_revoking_existing is enabled #21122

Closed
sanjulamadurapperuma opened this issue Sep 18, 2024 · 1 comment

Comments

@sanjulamadurapperuma
Copy link
Contributor

Describe the issue:

A delayed response time can be observed when the renew_token_without_revoking_existing config is set to true in IS v5.11.0 (shown below).

[oauth.jwt.renew_token_without_revoking_existing]
enable = true
allowed_grant_types = ["password", "client_credentials", "refresh_token"]

Furthermore, the response time continues to get worse when the number of tokens in the DB increases. This needs to be fixed.


Optional Fields

Related issues:

Suggested labels:

@KD23243
Copy link
Contributor

KD23243 commented Nov 28, 2024

The issue has been resolved, and the fix has been merged into the master branch [1]. Additionally, the migration documentation has been updated. Therefore this issue is can be closed.

[1] wso2-extensions/identity-inbound-auth-oauth#2630

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants