]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation update info about logout URL
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 27 Mar 2024 05:59:18 +0000 (00:59 -0500)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 27 Mar 2024 05:59:18 +0000 (00:59 -0500)
docs/advanced_usage.md
docs/configuration.md

index b023d3ac97626412b2af767d8f8c05dc703c01ce..14f2e49ab43296a7f8a6757131524b8922833e5c 100644 (file)
@@ -649,8 +649,9 @@ external authentication solution using one of the following methods:
 
 This is a simple option that uses remote user authentication made available by certain SSO
 applications. See the relevant configuration options for more information:
-[PAPERLESS_ENABLE_HTTP_REMOTE_USER](configuration.md#PAPERLESS_ENABLE_HTTP_REMOTE_USER) and
+[PAPERLESS_ENABLE_HTTP_REMOTE_USER](configuration.md#PAPERLESS_ENABLE_HTTP_REMOTE_USER),
 [PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME](configuration.md#PAPERLESS_HTTP_REMOTE_USER_HEADER_NAME)
+and [PAPERLESS_LOGOUT_REDIRECT_URL](configuration.md#PAPERLESS_LOGOUT_REDIRECT_URL)
 
 ### OpenID Connect and social authentication
 
index 981d27b27bfd332644d5047adf7e27e49b294d25..6026ad5e55d1d63d6fa36cf6f77ae094b48df5b5 100644 (file)
@@ -491,8 +491,9 @@ followed by the normalized actual header name.
 #### [`PAPERLESS_LOGOUT_REDIRECT_URL=<str>`](#PAPERLESS_LOGOUT_REDIRECT_URL) {#PAPERLESS_LOGOUT_REDIRECT_URL}
 
 : URL to redirect the user to after a logout. This can be used
-together with PAPERLESS_ENABLE_HTTP_REMOTE_USER to
-redirect the user back to the SSO application's logout page.
+together with PAPERLESS_ENABLE_HTTP_REMOTE_USER and SSO to
+redirect the user back to the SSO application's logout page to
+complete the logout process.
 
     Defaults to None, which disables this feature.