Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f7417f07

Von Moritz Bunkus vor etwa 2 Monaten hinzugefügt

  • ID f7417f07b04d434bf283b919a5c8ed3128f64df9
  • Vorgänger 7800cf05
  • Nachfolger ded6b9c8

Auth: automatisches SSO mittels gewisser HTTP-Header

Unterschiede anzeigen:

config/kivitendo.conf.default
# interface.
admin_password = admin123
# Which modules to use for authentication. Valid values are 'DB' and
# 'LDAP'. You can use multiple modules separated by spaces.
# Which modules to use for authentication. Valid values are 'DB',
# 'LDAP', 'HTTPHeaders'. You can use multiple modules separated by spaces.
#
# Multiple LDAP modules with different configurations can be used by
# postfixing 'LDAP' with the name of the configuration section to use:
......
timeout = 10
verify = require
# For use with module 'HTTPHeaders':
[authentication/http_basic]
enabled = 1
# For use with module 'HTTPHeaders':
[authentication/http_headers]
enabled = 0
client_id_header = X-Kivitendo-Client-ID
user_header = Auth-User
secret_header = X-Kivitendo-App-Secret
secret = ...
[system]
# Set language for login and admin forms. Currently "de" (German)
# and "en" (English, not perfect) are available.

Auch abrufbar als: Unified diff