diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-18 13:09:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 13:09:45 -0500 |
commit | 4218473f9ea6a2680c21e96368dfe9c06271c8a4 (patch) | |
tree | 3203110c1f345bff5592dbc90fb6749dea1597ee /changelog.d | |
parent | Send the location of the web client to the IS when inviting via 3PIDs. (#8930) (diff) | |
download | synapse-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.misc | 1 |
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. |