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 /docs/workers.md | |
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 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md index c4a6c79238..f7fc6df119 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -269,7 +269,7 @@ using): ^/_synapse/client/oidc/callback$ # SAML requests. - ^/_matrix/saml2/authn_response$ + ^/_synapse/client/saml2/authn_response$ # CAS requests. ^/_matrix/client/(api/v1|r0|unstable)/login/cas/ticket$ |