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-21 13:20:58 +0000
committerGitHub <noreply@github.com>2021-01-21 13:20:58 +0000
commit42a8e81370855a2c612f2acfd1c0648329a12aff (patch)
tree3066fcd35d08e4e93cf2a30b731e3c34d7cc1a84 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.26.0' into develop (diff)
downloadsynapse-42a8e81370855a2c612f2acfd1c0648329a12aff.tar.xz
Add a check for duplicate IdP ids (#9184)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9184.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9184.misc b/changelog.d/9184.misc
new file mode 100644
index 0000000000..70da3d6cf5
--- /dev/null
+++ b/changelog.d/9184.misc
@@ -0,0 +1 @@
+Emit an error at startup if different Identity Providers are configured with the same `idp_id`.