summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNaugrimm <Naugrimm@users.noreply.github.com>2020-03-24 12:59:04 +0100
committerGitHub <noreply@github.com>2020-03-24 11:59:04 +0000
commit1fcf9c6f95fcfcacab95bb78849d79b8c7fa22e9 (patch)
tree48f4b59c97435777fae15a220d4afa18ca618a4d /changelog.d
parentUse the proper error code when a canonical alias that does not exist is used.... (diff)
downloadsynapse-1fcf9c6f95fcfcacab95bb78849d79b8c7fa22e9.tar.xz
Fix CAS redirect url (#6634)
Build the same service URL when requesting the CAS ticket and when calling the proxyValidate URL.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6634.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6634.bugfix b/changelog.d/6634.bugfix
new file mode 100644
index 0000000000..ec48fdc0a0
--- /dev/null
+++ b/changelog.d/6634.bugfix
@@ -0,0 +1 @@
+Fix single-sign on with CAS systems: pass the same service URL when requesting the CAS ticket and when calling the `proxyValidate` URL. Contributed by @Naugrimm.