Hi,
I’m using oauth to authenticate to grafana, and I would like to skip the login screen.
The graphs are shown embedded in an iframe and at the moment I’m using javascript to click on the “login with oauth” button so the customers don’t need to click this button after they have already logged in on the hosting website… Not the cleanest solution.
I’ve already set the “disable login form” parameter and the only authentication method enabled is oauth, so there is no need to show this screen in my opinion…
Is what I want possible ?
Thanx !