diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-02 09:43:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 09:43:50 +0000 |
commit | 8f75bf1df7f2bcb3ffe0bb89f8fe3351a48769c0 (patch) | |
tree | eac17037aaa3ab18cb65494734127b0c594e8780 /UPGRADE.rst | |
parent | Put OIDC callback URI under /_synapse/client. (#9288) (diff) | |
download | synapse-8f75bf1df7f2bcb3ffe0bb89f8fe3351a48769c0.tar.xz |
Put SAML callback URI under /_synapse/client. (#9289)
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index d00f718cae..22edfe0d60 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -99,6 +99,10 @@ to the list of permitted "redirect URIs" at the identity provider. See `docs/openid.md <docs/openid.md>`_ for more information on setting up OpenID Connect. +(Note: a similar change is being made for SAML2; in this case the old URI +``[synapse public baseurl]/_matrix/saml2`` is being deprecated, but will continue to +work, so no immediate changes are required for existing installations.) + Changes to HTML templates ------------------------- |