diff options
author | Marcus Schopen <lists@localguru.de> | 2020-11-13 13:07:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 12:07:50 +0000 |
commit | 68fc0dcb5a3612c869259573f50bee5d388a8a66 (patch) | |
tree | fddbbffe26a60348c4233eb17b4d9b020433e23b /docs | |
parent | Updating README.rst (#8746) (diff) | |
download | synapse-68fc0dcb5a3612c869259573f50bee5d388a8a66.tar.xz |
SAML: add <mdui:UIInfo> element examples (#8718)
add some mdui:UIInfo element examples for saml2_config in homeserver.yaml
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 7e2cf97c3e..c0cd009230 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1560,6 +1560,28 @@ saml2_config: #description: ["My awesome SP", "en"] #name: ["Test SP", "en"] + #ui_info: + # display_name: + # - lang: en + # text: "Display Name is the descriptive name of your service." + # description: + # - lang: en + # text: "Description should be a short paragraph explaining the purpose of the service." + # information_url: + # - lang: en + # text: "https://example.com/terms-of-service" + # privacy_statement_url: + # - lang: en + # text: "https://example.com/privacy-policy" + # keywords: + # - lang: en + # text: ["Matrix", "Element"] + # logo: + # - lang: en + # text: "https://example.com/logo.svg" + # width: "200" + # height: "80" + #organization: # name: Example com # display_name: |