Embed Grafana graph as iframe with authentication via API Key

I’m trying to embed a Grafana graph on my web page, currently as an Iframe. I understand from this thread here that an API Key can’t authenticate the UI (shucks!).

I’m using oauth to authenticate to get to the web application, and I would prefer not to use anonymous authentication for that, but I don’t mind anonymous authentication specifically for the embedded Iframe. Is this possible? If not is there any workaround for me?

Cheers

In case someone ends up here from Google, this is a frequently asked question, unfortunately without a good answer.

For more information, check out this answer:

https://localhost:3000/t/share-grafana-iframe-in-a-web-site-with-security/5207/4

And join the discussion in Automatic login by token url