mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
docs: fix typo in saml2_config example (#17594)
This commit is contained in:
parent
9eed8cd878
commit
a8f29c9913
2 changed files with 3 additions and 2 deletions
1
changelog.d/17594.doc
Normal file
1
changelog.d/17594.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed typo in `saml2_config` config [example](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#saml2_config).
|
|
@ -3303,8 +3303,8 @@ saml2_config:
|
||||||
contact_person:
|
contact_person:
|
||||||
- given_name: Bob
|
- given_name: Bob
|
||||||
sur_name: "the Sysadmin"
|
sur_name: "the Sysadmin"
|
||||||
email_address": ["admin@example.com"]
|
email_address: ["admin@example.com"]
|
||||||
contact_type": technical
|
contact_type: technical
|
||||||
|
|
||||||
saml_session_lifetime: 5m
|
saml_session_lifetime: 5m
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue