-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Before reporting an issue
[x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
account/api
Describe the bug
When calling the token revoke endpoint multiple times with the same token, a database REVOKED-TOKEN constraint error is reported.
Version
26.1.0
Regression
[ ] The issue is a regression
Expected behavior
Allow multiple revoke of tokens, and return http status 200.
Actual behavior
return http status 409.
{ {code}"error": "unknown_error"
}
How to Reproduce?
call the token revoke endpoint multiple times with the same token.
/realms/xxxx/protocol/openid-connect/revoke
Anything else?
No response
- links to