summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-18 13:09:45 -0500
committerGitHub <noreply@github.com>2020-12-18 13:09:45 -0500
commit4218473f9ea6a2680c21e96368dfe9c06271c8a4 (patch)
tree3203110c1f345bff5592dbc90fb6749dea1597ee /changelog.d
parentSend the location of the web client to the IS when inviting via 3PIDs. (#8930) (diff)
downloadsynapse-4218473f9ea6a2680c21e96368dfe9c06271c8a4.tar.xz
Refactor the CAS handler in prep for using the abstracted SSO code. (#8958)
This makes the CAS handler look more like the SAML/OIDC handlers:

* Render errors to users instead of throwing JSON errors.
* Internal reorganization.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8958.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8958.misc b/changelog.d/8958.misc
new file mode 100644
index 0000000000..1507073e4f
--- /dev/null
+++ b/changelog.d/8958.misc
@@ -0,0 +1 @@
+Properly store the mapping of external ID to Matrix ID for CAS users.