-
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
admin/ui
Describe the bug
When logging out of the admin console, there is one request to the serverinfo endpoint with no access token. This results in a 401 response code.
This will create unnecessary noise in the system as it indicates an unauthorized access to a production monitoring system.
Version
main
Regression
[ ] The issue is a regression
Expected behavior
No 401 when logging out
Actual behavior
A 401 with a Bearer undefined
How to Reproduce?
- Start Keycloak
- Login as admin on http://localhost:8080/
- Open the developer console and clear the network tab
- Logout -> 401 request appears
Tested with Chrome 130 on Fedora
Anything else?
No response
- links to