From 2f87c35abc1e81691b569ccf940ef0e8cc534efc Mon Sep 17 00:00:00 2001 From: trick77 Date: Tue, 10 Jun 2025 04:42:51 +0200 Subject: [PATCH] Clarify forward auth instructions (#63) --- mkdocs/docs/configuration/forward-auth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/configuration/forward-auth.md b/mkdocs/docs/configuration/forward-auth.md index 3d4f561..8b2bb74 100644 --- a/mkdocs/docs/configuration/forward-auth.md +++ b/mkdocs/docs/configuration/forward-auth.md @@ -24,7 +24,8 @@ Note that this automatically creates new users in the database if they do not al For Authentik behind NPM Proxy Manager: 1. Set the 'TA_AUTH_PROXY_USERNAME_HEADER' TO: - - TA_AUTH_PROXY_USERNAME_HEADER=HTTP_X_AUTHENTIK_USERNAME + - `TA_AUTH_PROXY_USERNAME_HEADER=X_AUTHENTIK_USERNAME` (without the HTTP_ prefix) + - Please note that as of Tube Archivist >= 0.5.3, the forward authentication header name will be prefixed with `HTTP_` by Django, so you must omit it in `TA_AUTH_PROXY_USERNAME_HEADER` 2. In NPM Proxy Manager in the advance tab of your Proxy host modify the default sections of the setup script that was pulled from your proxy provider that starts with: '# This section should be uncommented when the "Send HTTP Basic authentication" option is enabled in the proxy provider' with the following: