summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-13 19:53:19 +0000
committerGitHub <noreply@github.com>2020-03-13 19:53:19 +0000
commitd8d91983bca1b449866002212cb2b60c0e6629aa (patch)
tree7b765bc1b947178e4631af93421d76ac0f1b0204 /changelog.d
parentAdd type annotations and comments to auth handler (#7063) (diff)
parentUse innerText instead of innerHTML (diff)
downloadsynapse-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.feature1
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.