From f1019ef47772cecb29701332b64005a0f2031a24 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 9 Aug 2026 16:39:47 +0100 Subject: support non-redirecting domains for auth-request --- config.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.ini') diff --git a/config.ini b/config.ini index d09ef3d..2d58b62 100644 --- a/config.ini +++ b/config.ini @@ -33,6 +33,12 @@ source-location = https://git.зима.net/winter/pleasant-sso/ ;; e.g. if you want to match authelia, set it to 'Remote' header-prefix = X-Login +;; application domains for which the auth-request integration will always return +;; successful instead of redirecting logged-out users to the login page. +;; intended for sites that are able to have their login links point to our +;; login page by themselves +no-redirect-domains[] = copyparty.example.com + [auth] -- cgit v1.3