I have Grafana setup and using Oauth successfully but I’m looking to change the default login page from:
to
https://server/login/generic_oauth
What I’m doing is a have a few of my Grafna Panels embedded on a webpage and this webpage makes my users log in to Okta to see it. Because Grafana is setup with Oauth in Okta if I was able to change the default login URL it would auto sign in users to Grafana by vising the page with any graphs on it.
My current hack workaround is on the first page of the webpage I have a small embedded going to the Oauth link in Grafana if you give the first webpage a second or two it will auto sign you in to Grafana and then the graphs work on the second page.