Not able to disable azure ad sso login once i have configured using console

11.6.0-ubuntu

  • What disable azure ad sso login

  • How add env GF_AUTH_AZUREAD_ENABLED=false,

    update in .ini file
    [auth.azuread]
    enabled = false

    update setting in the db

Nothing is working but I can able to log in with azure ad.

  • What did you expect to happen?
    I need to stop login using Azure ad. I need to login using user name and password

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

No error

I am having a similar issue, it may be a bug on grafana side. Generic OAuth config not in grafana.ini file

@chethan4046 @thowzzy It’s not a bug, if you configured any of the OAuth providers from the UI then you either need to disable the integration form the UI or remove the settings from the DB (by clicking on the Reset button). If you choose the latter then Grafana will fall back to use the configuration file + the environment variables. More info here.