diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-02 07:45:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 07:45:42 -0500 |
commit | 8388384a640d3381b5858d3fb1d2ea0a8c9c059c (patch) | |
tree | 1c1471ce836806d18d71579aa32aae6a9a4a7ce4 /changelog.d/8855.feature | |
parent | Add basic SAML tests for mapping users. (#8800) (diff) | |
download | synapse-8388384a640d3381b5858d3fb1d2ea0a8c9c059c.tar.xz |
Fix a regression when grandfathering SAML users. (#8855)
This was broken in #8801 when abstracting code shared with OIDC. After this change both SAML and OIDC have a concept of grandfathering users, but with different implementations.
Diffstat (limited to 'changelog.d/8855.feature')
-rw-r--r-- | changelog.d/8855.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8855.feature b/changelog.d/8855.feature new file mode 100644 index 0000000000..77f7fe4e5d --- /dev/null +++ b/changelog.d/8855.feature @@ -0,0 +1 @@ +Add support for re-trying generation of a localpart for OpenID Connect mapping providers. |