diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-11 19:40:30 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-03-11 19:40:30 +0000 |
commit | 900bca970790f01fd1416b217e678f6ea6325f95 (patch) | |
tree | 2b4196fd2c095e014b1f45174161adc91e87021c /docs | |
parent | Changelog (diff) | |
download | synapse-900bca970790f01fd1416b217e678f6ea6325f95.tar.xz |
Update wording and config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 301e6ae6b7..36be995726 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1365,6 +1365,9 @@ saml2_config: # If no file is provided, this defaults to some minimalistic HTML telling the # user that something went wrong and they should try authenticating again. # + # See https://github.com/matrix-org/synapse/blob/master/synapse/res/templates/saml_error.html + # for an example. + # #error_html_path: /path/to/static/content/saml_error.html |