mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #14460 from grafana/14435_fix
Add oauth_auto_login setting to defaults file
This commit is contained in:
commit
e08e38bd88
@ -246,6 +246,10 @@ disable_signout_menu = false
|
|||||||
# URL to redirect the user to after sign out
|
# URL to redirect the user to after sign out
|
||||||
signout_redirect_url =
|
signout_redirect_url =
|
||||||
|
|
||||||
|
# Set to true to attempt login with OAuth automatically, skipping the login screen.
|
||||||
|
# This setting is ignored if multiple OAuth providers are configured.
|
||||||
|
oauth_auto_login = false
|
||||||
|
|
||||||
#################################### Anonymous Auth ######################
|
#################################### Anonymous Auth ######################
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
# enable anonymous access
|
# enable anonymous access
|
||||||
|
@ -226,6 +226,10 @@ log_queries =
|
|||||||
# URL to redirect the user to after sign out
|
# URL to redirect the user to after sign out
|
||||||
;signout_redirect_url =
|
;signout_redirect_url =
|
||||||
|
|
||||||
|
# Set to true to attempt login with OAuth automatically, skipping the login screen.
|
||||||
|
# This setting is ignored if multiple OAuth providers are configured.
|
||||||
|
;oauth_auto_login = false
|
||||||
|
|
||||||
#################################### Anonymous Auth ##########################
|
#################################### Anonymous Auth ##########################
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
# enable anonymous access
|
# enable anonymous access
|
||||||
|
Loading…
Reference in New Issue
Block a user