mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
SAML: add <mdui:UIInfo> element examples (#8718)
add some mdui:UIInfo element examples for saml2_config in homeserver.yaml
This commit is contained in:
parent
69147ed158
commit
68fc0dcb5a
3 changed files with 45 additions and 0 deletions
1
changelog.d/8718.misc
Normal file
1
changelog.d/8718.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add some `mdui:UIInfo` element examples for `saml2_config` in the homeserver config.
|
|
@ -1560,6 +1560,28 @@ saml2_config:
|
||||||
#description: ["My awesome SP", "en"]
|
#description: ["My awesome SP", "en"]
|
||||||
#name: ["Test 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:
|
#organization:
|
||||||
# name: Example com
|
# name: Example com
|
||||||
# display_name:
|
# display_name:
|
||||||
|
|
|
@ -271,6 +271,28 @@ class SAML2Config(Config):
|
||||||
#description: ["My awesome SP", "en"]
|
#description: ["My awesome SP", "en"]
|
||||||
#name: ["Test 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:
|
#organization:
|
||||||
# name: Example com
|
# name: Example com
|
||||||
# display_name:
|
# display_name:
|
||||||
|
|
Loading…
Reference in a new issue