Hello - I have successfully set up OpenID/OIDC authentication between my Grafana v10 instance and my Identity Provider. I can perform Service Provider initiated logins, which is to say I can click on the option to do an SSO login on the Grafana landing page and be redirected to my IdP, where I can login and be redirected back to Grafana.
What I can’t seem to do is perform an Identity Provider initiated login, which is to say I can’t login straight to my Identity Provider and click the Grafana tile and be automatically logged in. When I try this, I’m just sent to the Grafana login page, where I click the login button and have to login a second time to my IdP.
I know Grafana SAML has an option to allow IdP initiated logins (allow_idp_initiated = true) but I don’t see a similar option for OpenID. Does anyone know if this is possible?
Thanks!