diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-13 19:53:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 19:53:19 +0000 |
commit | d8d91983bca1b449866002212cb2b60c0e6629aa (patch) | |
tree | 7b765bc1b947178e4631af93421d76ac0f1b0204 /changelog.d | |
parent | Add type annotations and comments to auth handler (#7063) (diff) | |
parent | Use innerText instead of innerHTML (diff) | |
download | synapse-d8d91983bca1b449866002212cb2b60c0e6629aa.tar.xz |
Merge pull request #7067 from matrix-org/babolivier/saml_error_moar
Move the default SAML2 error HTML to a dedicated file
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7067.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7067.feature b/changelog.d/7067.feature new file mode 100644 index 0000000000..53ea485e03 --- /dev/null +++ b/changelog.d/7067.feature @@ -0,0 +1 @@ +Render a configurable and comprehensible error page if something goes wrong during the SAML2 authentication process. |