-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Description
Environment
Self-Hosted (Bare Metal)
System
Debian 12
Version
Describe the problem
In the src/utils/Auth.js
:
From my experimentation, the isLoggedIn()
function is broken when using Oidc auth. The function always returns false
although I'm logged in as a Oidc user (can use the showForKeycloakUsers
selector in the interface and logout).
I also have enableGuestAccess: false
. Maybe there could be a first check in the function? If guests are false then return true?
This was tested with a statusMsg when debugging connections for #1823
Thanks for the great dashboard! :)
Additional info
Looking deeper, the underlying issue seems to be a lack of alternative auth support in getUsers
Please tick the boxes
- You have explained the issue clearly, and included all relevant info
- You are using a supported version of Dashy
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
Metadata
Metadata
Assignees
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Projects
Status
Done