From 9ec54bb0906f10d9da79cbb4e51b4826ee034496 Mon Sep 17 00:00:00 2001 From: Jan <432117+Dagefoerde@users.noreply.github.com> Date: Mon, 26 Nov 2018 09:14:55 +0100 Subject: [PATCH] Apache modules for OAuth 2 IIRC, `mod_headers` should be the most important one... not sure if the others are required but they don't hurt either --- admin_manual/configuration_server/oauth2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/oauth2.rst b/admin_manual/configuration_server/oauth2.rst index 49e0b4ce9..c358dfcce 100644 --- a/admin_manual/configuration_server/oauth2.rst +++ b/admin_manual/configuration_server/oauth2.rst @@ -33,4 +33,4 @@ Nextcloud server you will have to send the proper authorization header. Authorization: Bearer -Note that apache by default strips this. Make sure you have ``mod_rewrite`` and ``mod_env`` enabled. +Note that apache by default strips this. Make sure you have ``mod_headers``, ``mod_rewrite`` and ``mod_env`` enabled.