Set up auth proxy nginx

Hello there,

I’m trying to set up reverse proxy authentification so that I can whitelist my kiosk pc in order to forward them to my grafana dashboard without an authentification prompt. Other users which are not whitelisted should use the azureAD login prompt (which is already working).

My problem is that the whitelisted ips from nginx get forwarded to the grafana login page but not logged in (basic auth is enabled) and I can’t figure out my problem.

Here is my grafana config:
image

Here is my nginx config:

Thanks in advance for your help!