Revision ffda56c8
Von Moritz Bunkus vor mehr als 5 Jahren hinzugefügt
doc/dokumentation.xml | ||
---|---|---|
1192 | 1192 |
</sect3> |
1193 | 1193 |
</sect2> |
1194 | 1194 |
|
1195 |
<sect2> |
|
1196 |
<title>Authentifizierung mittels HTTP Basic Authentication</title> |
|
1197 |
|
|
1198 |
<para> |
|
1199 |
Kivitendo unterstützt, dass Benutzerauthentifizierung über den Webserver mittels des »Basic«-HTTP-Authentifizierungs-Schema erfolgt |
|
1200 |
(siehe <ulink url="https://tools.ietf.org/html/rfc7617">RFC 7617</ulink>). Dazu ist es aber nötig, dass der dabei vom Client |
|
1201 |
mitgeschickte Header <constant>Authorization</constant> vom Webserver an Kivitendo über die Umgebungsvariable |
|
1202 |
<constant>HTTP_AUTHORIZATION</constant> weitergegeben wird, was standardmäßig nicht der Fall ist. Für Apache kann dies über die |
|
1203 |
folgende Konfigurationsoption aktiviert werden: |
|
1204 |
</para> |
|
1205 |
|
|
1206 |
<programlisting>SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1</programlisting> |
|
1207 |
</sect2> |
|
1208 |
|
|
1195 | 1209 |
<sect2> |
1196 | 1210 |
<title>Weitergehende Konfiguration</title> |
1197 | 1211 |
|
Auch abrufbar als: Unified diff
Dokumentationsupdate für HTTP Basic Authentication