Need direction after apache Auth Proxy setup to perform SSO?

Hi,

As per grafana’s auth proxy documentation, created apache instance and etc/apache2/grafana_htpasswd file where stored user credentials.
I want to know how can I test or demonstrate that using this reverse proxy configutration my login/authentication is working?

After setting all apache configuration and htpasswd.
Did curl -H “X-WEBAUTUSER-USER: UserX” http://ipaddress:port/

This returned me a html, which confirms that auth proxy is enabled.

I want to achieve SSO between my app and grafana, my app has login page. Now I want to login the user into grafana through this apache auth proxy mechanism which I have created.

Also want to know, Is this change necessary ? disable_login_form = true

Let me know anybody has achieved similar or any direction on my scenario?

Thanks in adnvance,

After setting all apache configuration and htpasswd.
Did curl -H “X-WEBAUTUSER-USER: UserX” http://ipaddress:port/

This returned me a html, which confirms that auth proxy is enabled.

I want to achieve SSO between my app and grafana, my app has login page. Now I want to login the user into grafana through this apache auth proxy mechanism which I have created.

Also want to know, Is this change necessary ? disable_login_form = true

Let me know anybody has achieved similar or any direction on my scenario?