-
Notifications
You must be signed in to change notification settings - Fork 149
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
fix(oxauth): check race condition during refresh token removal #1909
Comments
Is there a config param that controls whether refresh token rotation is optinal? |
There is
|
Issue is fixed in master (4.5.6-SNAPSHOT). Backported to Artifacts are re-built. |
Describe the issue
refresh_token can be used only one time. However if send concurrent calls AS allows re-using it multiple times.
Expected Behaviour: The refresh token cannot be reused
Actual behavior: During the concurrent call we have observed that we are able to reuse the same refresh token multiple times.
Refresh token should only be used once.
Support: 11874
The text was updated successfully, but these errors were encountered: