diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-02 07:09:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 07:09:21 -0500 |
commit | c21bdc813f5c21153cded05bcd0a57b5836f09fe (patch) | |
tree | a3e8d34903997be9dc4c8cfa16c713d2dc5ce1ab /changelog.d | |
parent | Create a `PasswordProvider` wrapper object (#8849) (diff) | |
download | synapse-c21bdc813f5c21153cded05bcd0a57b5836f09fe.tar.xz |
Add basic SAML tests for mapping users. (#8800)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8800.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8800.misc b/changelog.d/8800.misc new file mode 100644 index 0000000000..57cca8fee5 --- /dev/null +++ b/changelog.d/8800.misc @@ -0,0 +1 @@ +Add additional error checking for OpenID Connect and SAML mapping providers. |