How to pass grafana auth without manually input username/pwd except using LDAP

I’d like to create a multi-tenant website with embeded grafana graphs, I know Grafana already support LDAP as auth, but our current project already have other auth way, we are able to pass grafana user info and its user group info, so I’d like to know how to pass the grafana auth without manually input user name and pwd?

Look up auth proxy in the docs (or Google for it there are some blog posts on the topic as well).

https://grafana.com/blog/2015/12/07/grafana-authproxy-have-it-your-way/

There is also a video on AuthProxy: https://vimeo.com/147868016