Grafana 8.5.2 (Docker image hosted in Azure App Service)
Previously we only needed AAD auth and this works just fine, however our new instance requires both AAD auth and basic auth. I have set the appropriate app settings, but when I visit our instance URL, I am immediately taken to the AAD login window and not given an option for basic login…any ideas what’s going on?
App Settings:
GF_AUTH_BASIC_ENABLED = true
GF_AUTH_DISABLE_LOGIN_FORM = false
Thanks, Sam