summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-01-19 14:56:54 +0000
committerGitHub <noreply@github.com>2021-01-19 14:56:54 +0000
commit73b03722f446bf182f5f7a0ed318dffd55513bd3 (patch)
treed817584e3fdc3d9460b29e7b19fb9e6abd1c21d6 /changelog.d
parentQuote pip install with brackets to avoid shell interpretation. (#9151) (diff)
downloadsynapse-73b03722f446bf182f5f7a0ed318dffd55513bd3.tar.xz
Fix error messages from OIDC config parsing (#9153)
Make sure we report the correct config path for errors in the OIDC configs.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9153.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9153.feature b/changelog.d/9153.feature
new file mode 100644
index 0000000000..01a24dcf49
--- /dev/null
+++ b/changelog.d/9153.feature
@@ -0,0 +1 @@
+Add support for multiple SSO Identity Providers.