summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-22 07:17:30 -0400
committerGitHub <noreply@github.com>2020-05-22 07:17:30 -0400
commit66f2ebc22fec01b4673fabae22f2c94dfeac58e3 (patch)
tree777b442d9502e2942b372c8eb8507bc1ae37ab84 /changelog.d
parentOn upgrade room only send canonical alias once. (#7547) (diff)
downloadsynapse-66f2ebc22fec01b4673fabae22f2c94dfeac58e3.tar.xz
Use a non-empty RelayState for user interactive auth with SAML. (#7552)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7552.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7552.bugfix b/changelog.d/7552.bugfix
new file mode 100644
index 0000000000..60b31d6d31
--- /dev/null
+++ b/changelog.d/7552.bugfix
@@ -0,0 +1 @@
+Fix "Missing RelayState parameter" error when using user interactive authentication with SAML for some SAML providers.