Add docs for logout_redirect_url
(#21222)
This commit is contained in:
parent
ce7094182d
commit
c13a1908df
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
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.
|
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.
|
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`).
|
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`
|
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
|
allows them to. The available optional experimental features vary from release to release and are
|
||||||
|
|
Loading…
Reference in a new issue