diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-10 14:04:20 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-03-10 14:04:20 +0000 |
commit | 5ec2077bf905ef2edb5e4d6d6028fdc6aaa99c90 (patch) | |
tree | 01a54dff0134576e194995d51757bc00baa2c095 /synapse | |
parent | Changelog (diff) | |
download | synapse-5ec2077bf905ef2edb5e4d6d6028fdc6aaa99c90.tar.xz |
Lint
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/saml2_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py index db035bdb5d..d3e281604f 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py @@ -344,7 +344,7 @@ class SAML2Config(Config): # The default is 'uid'. # #grandfathered_mxid_source_attribute: upn - + # Path to a file containing HTML content to serve in case an error happens # when the user gets redirected from the SAML IdP back to Synapse. # If no file is provided, this defaults to some minimalistic HTML telling the |