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-14 13:29:17 +0000
committerGitHub <noreply@github.com>2021-01-14 13:29:17 +0000
commit21a296cd5ac9c450a6e8896e25f0a4afad1c3774 (patch)
tree1b4e20a13f0f0a8f095dc2050ef73c902b7bff8e /changelog.d
parentFix wrong arguments being passed to BlacklistingAgentWrapper (#9098) (diff)
downloadsynapse-21a296cd5ac9c450a6e8896e25f0a4afad1c3774.tar.xz
Split OidcProvider out of OidcHandler (#9107)
The idea here is that we will have an instance of OidcProvider for each
configured IdP, with OidcHandler just doing the marshalling of them.

For now it's still hardcoded with a single provider.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9107.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9107.feature b/changelog.d/9107.feature
new file mode 100644
index 0000000000..01a24dcf49
--- /dev/null
+++ b/changelog.d/9107.feature
@@ -0,0 +1 @@
+Add support for multiple SSO Identity Providers.