2018-08-13 07:28:41 -05:00
|
|
|
+++
|
|
|
|
title = "Overview"
|
|
|
|
description = "Overview for auth"
|
|
|
|
type = "docs"
|
|
|
|
[menu.docs]
|
|
|
|
name = "Overview"
|
|
|
|
identifier = "overview-auth"
|
|
|
|
parent = "authentication"
|
|
|
|
weight = 1
|
|
|
|
+++
|
|
|
|
|
2018-08-31 00:15:07 -05:00
|
|
|
# Authentication
|
2018-08-13 07:28:41 -05:00
|
|
|
|
2018-08-31 00:15:07 -05:00
|
|
|
Grafana provides many ways to authenticate users. By default it will use local users & passwords stored in the Grafana
|
|
|
|
database.
|
|
|
|
|
|
|
|
## Settings
|
|
|
|
|
|
|
|
Via the [server ini config file]({{< relref "installation/debian.md" >}}) you can setup many different authentication methods. Auth settings
|
|
|
|
are documented below.
|
|
|
|
|
|
|
|
### [auth]
|
|
|
|
|
|
|
|
#### disable_login_form
|
2018-08-13 07:28:41 -05:00
|
|
|
|
|
|
|
Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false.
|
|
|
|
|
2018-08-31 00:15:07 -05:00
|
|
|
#### disable_signout_menu
|
2018-08-13 07:28:41 -05:00
|
|
|
|
|
|
|
Set to true to disable the signout link in the side menu. useful if you use auth.proxy, defaults to false.
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
2018-08-31 00:15:07 -05:00
|
|
|
### [auth.basic]
|
|
|
|
#### enabled
|
2018-08-13 07:28:41 -05:00
|
|
|
When enabled is `true` (default) the http api will accept basic authentication.
|
|
|
|
|
2018-08-31 00:15:07 -05:00
|
|
|
<hr>
|