diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-07 13:10:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 13:10:07 +0100 |
commit | c588b9b9e421855a1025e1d8c355818a40508c44 (patch) | |
tree | b78f0e124cc51e24c31f1958ca176c31b9753026 /changelog.d | |
parent | Rip out half-implemented m.login.saml2 support (#4265) (diff) | |
download | synapse-c588b9b9e421855a1025e1d8c355818a40508c44.tar.xz |
Factor SSO success handling out of CAS login (#4264)
This is mostly factoring out the post-CAS-login code to somewhere we can reuse it for other SSO flows, but it also fixes the userid mapping while we're at it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4264.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4264.bugfix b/changelog.d/4264.bugfix new file mode 100644 index 0000000000..b914026932 --- /dev/null +++ b/changelog.d/4264.bugfix @@ -0,0 +1 @@ +Fix CAS login when username is not valid in an MXID |