On my website I have my Grafana Instance embedded in an iframe. Everything works great, outside of an issue where if the user is using incognito, they can’t login because they keep getting looped back to the login screen despite it saying “Success”. Anyways…
What I’m now looking to do is let users on my website access my Grafana instance without the need to login, but still keep Grafana authentication. Essentially, I want to log the user in for them with my own login/password or API key, so they can skip the login screen completely. I don’t want to disable the login screen and allow anonymous access.
Is there a recommended way to do this? I looked around on the docs, community forums, and Stack Overflow and didn’t find anything that worked.
Any help would be appreciated! Thank you.