How to avoid Grafana login Page while integrating with Keycloak for SSO

I am making a Single Sign-On using Keycloak where multiple Grafana projects will be linked together using Single Sign-On such that if the user logs in to the user dashboard he will be shown different Grafana projects and when he clicks on them he will be redirected to his respective Grafana project dashboard without going to Grafana login page and clicking on Sign in with OAuth button. Is there a possibility to do so?

Here is my grafana defaults.ini configurations:

And here is Keycloak client configuration:

Your

oauth_auto_login = true

is in the wrong section. It must be in the [auth] section:

1 Like