Hello,
I’ve been ask to see if I can get Grafana to show a dashboard before logging in. Is this possible?
It means I can create a simple dashboard for everyone, but if they want the more detailed dashboards we have and their own ones then they can login the usual way (bottom left icon).
We currently use Active Directory to access Grafana so once authenticated users can only see what they should only which is nice.
I’ve tried this:
[auth.anonymous]
# enable anonymous access
enabled = true
# specify organization name that should be used for unauthenticated users
org_name = Main Org.
# specify role for unauthenticated users
org_role = Viewer
Thanks