diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-13 10:26:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:26:12 +0000 |
commit | bc4bf7b384d88189e2f9c5d1d4e00960a42792f5 (patch) | |
tree | f104cb306ed99727570cd687e882f25da9f8a7c9 /changelog.d | |
parent | Remove user's avatar URL and displayname when deactivated. (#8932) (diff) | |
download | synapse-bc4bf7b384d88189e2f9c5d1d4e00960a42792f5.tar.xz |
Preparatory refactors of OidcHandler (#9067)
Some light refactoring of OidcHandler, in preparation for bigger things: * remove inheritance from deprecated BaseHandler * add an object to hold the things that go into a session cookie * factor out a separate class for manipulating said cookies
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9067.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9067.feature b/changelog.d/9067.feature new file mode 100644 index 0000000000..01a24dcf49 --- /dev/null +++ b/changelog.d/9067.feature @@ -0,0 +1 @@ +Add support for multiple SSO Identity Providers. |