diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-19 14:56:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 14:56:54 +0000 |
commit | 73b03722f446bf182f5f7a0ed318dffd55513bd3 (patch) | |
tree | d817584e3fdc3d9460b29e7b19fb9e6abd1c21d6 /changelog.d | |
parent | Quote pip install with brackets to avoid shell interpretation. (#9151) (diff) | |
download | synapse-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.feature | 1 |
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. |