You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should public dashboards (auth == none) be accessible to anybody no matter the auth/method?
I'm running SecurityOnion and attempting to build some public dashboards for users who don't have an account. The auth/method is security_onion, which uses the sguildb for authentication. Essentially, a "Public" (auth == none) dashboard ends up as if it was set to "Any authenticated user" (auth = authenticated).
Is this normal behavior?
To help test, is there an easier way to logout (so I can test an unauthenticated user) other than clearing browser cache?
The text was updated successfully, but these errors were encountered:
Should public dashboards (auth == none) be accessible to anybody no matter the auth/method?
I'm running SecurityOnion and attempting to build some public dashboards for users who don't have an account. The auth/method is security_onion, which uses the sguildb for authentication. Essentially, a "Public" (auth == none) dashboard ends up as if it was set to "Any authenticated user" (auth = authenticated).
Is this normal behavior?
To help test, is there an easier way to logout (so I can test an unauthenticated user) other than clearing browser cache?
The text was updated successfully, but these errors were encountered: