Merge pull request #12029 from Nick-Triller/11893_oauth_auto_login

11893 oauth auto login
This commit is contained in:
Carl Bergquist
2018-11-19 10:21:33 +01:00
committed by GitHub
3 changed files with 36 additions and 1 deletions
+12 -1
View File
@@ -73,7 +73,18 @@ You can hide the Grafana login form using the below configuration settings.
```bash
[auth]
disable_login_form ⁼ true
disable_login_form = true
```
### Automatic OAuth login
Set to true to attempt login with OAuth automatically, skipping the login screen.
This setting is ignored if multiple OAuth providers are configured.
Defaults to `false`.
```bash
[auth]
oauth_auto_login = true
```
### Hide sign-out menu