Final tweaks to auth proxy feature

This commit is contained in:
Torkel Ödegaard
2015-05-02 12:30:53 +02:00
parent be589d81c7
commit 38fc85d619
4 changed files with 16 additions and 7 deletions

View File

@@ -164,7 +164,7 @@ allowed_domains =
#################################### Auth Proxy ##########################
[auth.proxy]
enabled = false;
enabled = false
header_name = X-WEBAUTH-USER
header_property = username
auto_sign_up = true

View File

@@ -161,6 +161,13 @@
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
;allowed_domains =
#################################### Auth Proxy ##########################
[auth.proxy]
;enabled = false
;header_name = X-WEBAUTH-USER
;header_property = username
;auto_sign_up = true
#################################### Logging ##########################
[log]
# Either "console", "file", default is "console"