Grafana SSO
Grafana Single Sign On with Proxy Auth
Summary
SSO with Grafana is a combination of reverse proxy configuration and some settings in grafana.ini or with environment variables.
Grafana.ini
Environment variables
Notes
You need to flip the enabled to true (it's disabled by default) and you should set the whitelist to the IP of your Organizr install so the header can only come from it. To read more about this, see Grafana's docs.
Last updated