mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Documentation update info about logout URL
This commit is contained in:
parent
32b35d8e4b
commit
1f355a22e0
@ -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
|
This is a simple option that uses remote user authentication made available by certain SSO
|
||||||
applications. See the relevant configuration options for more information:
|
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)
|
[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
|
### OpenID Connect and social authentication
|
||||||
|
|
||||||
|
@ -491,8 +491,9 @@ followed by the normalized actual header name.
|
|||||||
#### [`PAPERLESS_LOGOUT_REDIRECT_URL=<str>`](#PAPERLESS_LOGOUT_REDIRECT_URL) {#PAPERLESS_LOGOUT_REDIRECT_URL}
|
#### [`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
|
: URL to redirect the user to after a logout. This can be used
|
||||||
together with PAPERLESS_ENABLE_HTTP_REMOTE_USER to
|
together with PAPERLESS_ENABLE_HTTP_REMOTE_USER and SSO to
|
||||||
redirect the user back to the SSO application's logout page.
|
redirect the user back to the SSO application's logout page to
|
||||||
|
complete the logout process.
|
||||||
|
|
||||||
Defaults to None, which disables this feature.
|
Defaults to None, which disables this feature.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user