diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-02-18 11:27:15 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-02-18 11:27:15 -0500 |
commit | 84a719141034c68e3d94bc273222f6fd42b0c134 (patch) | |
tree | b3488c75c22d26470b7c760b48970db488b9c73e /CHANGES.md | |
parent | Remove deprecated SAML2 callback URL since it does not work. (#9434) (diff) | |
parent | Clarify the release notes around SAML2 for v1.27.0. (diff) | |
download | synapse-84a719141034c68e3d94bc273222f6fd42b0c134.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 9476fef72d..a2aa919ebe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ Synapse 1.27.0 (2021-02-16) Note that this release includes a change in Synapse to use Redis as a cache ─ as well as a pub/sub mechanism ─ if Redis support is enabled for workers. No action is needed by server administrators, and we do not expect resource usage of the Redis instance to change dramatically. -This release also changes the callback URI for OpenID Connect (OIDC) identity providers. If your server is configured to use single sign-on via an OIDC/OAuth2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. +This release also changes the callback URI for OpenID Connect (OIDC) and SAML2 identity providers. If your server is configured to use single sign-on via an OIDC/OAuth2 or SAML2 IdP, you may need to make configuration changes. Please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. This release also changes escaping of variables in the HTML templates for SSO or email notifications. If you have customised these templates, please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes. |