Grafana auth.basic with OKta

I need to have auth.basic enabled for the admin API in order to do provisioning reloads, but we use okta and I really only want real users to see the okta login. Is this mutually exclusive, do I need to just accept that the ‘basic auth’ user/password fields will have to be shown? (this is apparently required because the grafana helm chart changed how they handle datasources and dashboard sidecars)

Have you tried setting disable_login_form - not sure if it only disables the Grafana login form or login form in general but: https://grafana.com/docs/grafana/latest/auth/overview/#disable-login-form

Oh actually hmmm thats a good point I may alraedy have that set in fact