docs: fix typo in saml2_config example (#17594)
This commit is contained in:
parent
9eed8cd878
commit
a8f29c9913
|
@ -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 New Issue