diff --git a/docs/sources/auth/overview.md b/docs/sources/auth/overview.md index 22d365414be0..2e9c2b2a5fcd 100644 --- a/docs/sources/auth/overview.md +++ b/docs/sources/auth/overview.md @@ -121,6 +121,11 @@ Defaults to `false`. oauth_auto_login = true ``` +### Avoid automatic OAuth login + +To sign in with a username and password and avoid automatic OAuth login, add the `disableAutoLogin` parameter to your login URL. +For example: `grafana.example.com/login?disableAutoLogin` or `grafana.example.com/login?disableAutoLogin=true` + ### Hide sign-out menu Set the option detailed below to true to hide sign-out menu link. Useful if you use an auth proxy or JWT authentication.