diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-11-17 09:46:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 09:46:23 -0500 |
commit | ee382025b0c264701fc320133912e9fece40b021 (patch) | |
tree | 3a714a654b691a4873ce88f5c9f2a94f95c6d0f0 /changelog.d | |
parent | a comma too much (#8771) (diff) | |
download | synapse-ee382025b0c264701fc320133912e9fece40b021.tar.xz |
Abstract shared SSO code. (#8765)
De-duplicates code between the SAML and OIDC implementations.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8765.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8765.misc b/changelog.d/8765.misc new file mode 100644 index 0000000000..053f9acc9c --- /dev/null +++ b/changelog.d/8765.misc @@ -0,0 +1 @@ +Consolidate logic between the OpenID Connect and SAML code. |