diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-10 12:43:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 12:43:58 +0000 |
commit | c64002e1c1e95578528e96e3ae87738c4aea1d8a (patch) | |
tree | 898c68f35db5f64a5e1f6b314653796c45ddde84 /changelog.d | |
parent | Fix buglet in DirectRenderJsonResource (#8897) (diff) | |
download | synapse-c64002e1c1e95578528e96e3ae87738c4aea1d8a.tar.xz |
Refactor `SsoHandler.get_mxid_from_sso` (#8900)
* Factor out _call_attribute_mapper and _register_mapped_user This is mostly an attempt to simplify `get_mxid_from_sso`. * Move mapping_lock down into SsoHandler.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8900.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8900.feature b/changelog.d/8900.feature new file mode 100644 index 0000000000..d450ef4998 --- /dev/null +++ b/changelog.d/8900.feature @@ -0,0 +1 @@ +Add support for allowing users to pick their own user ID during a single-sign-on login. |