diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-18 11:20:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 11:20:33 -0500 |
commit | 9ee3b9775fdd8cf5276e1834f9b9117218dcf882 (patch) | |
tree | f4872b082dbf783518cc63ef0d88bc7d2dc8e5ef /CHANGES.md | |
parent | Revert "Newsfragment", which was meant to be part of #9434. (diff) | |
download | synapse-9ee3b9775fdd8cf5276e1834f9b9117218dcf882.tar.xz |
Remove deprecated SAML2 callback URL since it does not work. (#9434)
Updates documentation from #9289 and removes a deprecated endpoint which didn't work as expected.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 9837710d06..9476fef72d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,8 @@ Synapse 1.xx.0 (2021-xx-xx) Note that this release drops support for ARMv7 in the official Docker images, due to repeated problems building for ARMv7 (and the associated maintenance burden this entails). +This release also fixes the documentation included in v1.27.0 around the callback URI for SAML2 identity providers. If your server is configured to use single sign-on via a SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. + Removal warning --------------- |