Revision 7c5c23fb
Von Moritz Bunkus vor 7 Tagen hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
77 | 77 |
timeout = 10 |
78 | 78 |
verify = require |
79 | 79 |
|
80 |
[authentication/http_basic] |
|
81 |
enabled = 1 |
|
82 |
|
|
83 |
[authentication/http_headers] |
|
84 |
client_id_header = X-Kivitendo-Client-ID |
|
85 |
user_header = Auth-User |
|
86 |
secret_header = X-Kivitendo-App-Secret |
|
87 |
secret = ... |
|
88 |
|
|
80 | 89 |
[system] |
81 | 90 |
# Set language for login and admin forms. Currently "de" (German) |
82 | 91 |
# and "en" (English, not perfect) are available. |
Auch abrufbar als: Unified diff
[LINET] Auth: automatisches SSO mittels gewisser HTTP-Header