From c13a1908df6a0d2b27aaa39bf1a6321d90d97ec7 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 1 Mar 2022 11:06:15 -0700 Subject: [PATCH] Add docs for `logout_redirect_url` (#21222) --- docs/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.md b/docs/config.md index a637f0fb63..5d6da407a1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -35,6 +35,9 @@ For a good example, see https://develop.element.io/config.json. users to the SSO to log in if the user lands on the welcome page or no specific page. For example, https://app.element.io/#/welcome and https://app.element.io would redirect if set up to use this option. This can be useful to maintain guest experience until an account is needed. +1. `logout_redirect_url`: After Element has cleared the user's storage, the user will be redirected to this URL. + Typically most useful in environments where the account users will be logging into is managed for them, such + as in cases of some SSO deployments. For example: this page might log the user out of the SSO system too. 1. `features`: Lookup of optional features that may be force-enabled (`true`) or force-disabled (`false`). When features are not listed here, their defaults will be used, and users can turn them on/off if `showLabsSettings` allows them to. The available optional experimental features vary from release to release and are