diff --git a/master.html b/master.html index 9002203d..c6f887fc 100644 --- a/master.html +++ b/master.html @@ -978,20 +978,31 @@ htpasswd file to store usernames and passwords.
remote_user
: Takes the username from the
REMOTE_USER
environment variable and disables HTTP
authentication. This can be used to provide the username from a WSGI
-server.
http_x_remote_user
: Takes the username from the
X-Remote-User
HTTP header and disables HTTP authentication.
-This can be used to provide the username from a reverse proxy.
ldap
(>= 3.3.0) : Use a LDAP or AD server to
-authenticate users.
dovecot
(>= 3.3.1) : Use a Dovecot server to
-authenticate users.
imap
(>= 3.4.1) : Use an IMAP server to
-authenticate users.
oauth2
(>= 3.5.0) : Use an OAuth2 server to
-authenticate users.
http_x_remote_user
in combination with SSO
+support in reverse proxy (e.g. Apache+mod_auth_openidc).
pam
(>= 3.5.0) : Use local PAM to
-authenticate users.
Default: none
(< 3.5.0) denyall
(>= 3.5.0)