diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-16 20:01:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 20:01:53 +0000 |
commit | e1b8e37f936b115e2164d272333c9b15342e6f88 (patch) | |
tree | d08e10f6efecd6a944a925b7770cc4361254d724 /changelog.d | |
parent | Fix the sample config location for the ip_range_whitelist setting. (#8954) (diff) | |
download | synapse-e1b8e37f936b115e2164d272333c9b15342e6f88.tar.xz |
Push login completion down into SsoHandler (#8941)
This is another part of my work towards fixing #8876. It moves some of the logic currently in the SAML and OIDC handlers - in particular the call to `AuthHandler.complete_sso_login` down into the `SsoHandler`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8941.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8941.feature b/changelog.d/8941.feature new file mode 100644 index 0000000000..d450ef4998 --- /dev/null +++ b/changelog.d/8941.feature @@ -0,0 +1 @@ +Add support for allowing users to pick their own user ID during a single-sign-on login. |