diff options
| author | winter Sparkles | 2026-08-09 16:39:47 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-09 16:39:47 +0100 |
| commit | f1019ef47772cecb29701332b64005a0f2031a24 (patch) | |
| tree | 41b326933efb417ed86872f96836df44ff974857 /config.ini | |
| parent | cf123326b13e2f648b0a1cca4d8d1c7264e2e5d8 (diff) | |
support non-redirecting domains for auth-request
Diffstat (limited to 'config.ini')
| -rw-r--r-- | config.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |
