diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-28 08:56:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 08:56:36 -0400 |
commit | b055dc93220217fe55f8f4d28945f86353c2f3a8 (patch) | |
tree | 99e69481c40dffd9e60a816f74a03d46beda9c2d /changelog.d/8190.bugfix | |
parent | Convert additional database code to async/await. (#8195) (diff) | |
download | synapse-b055dc93220217fe55f8f4d28945f86353c2f3a8.tar.xz |
Ensure that the OpenID Connect remote ID is a string. (#8190)
Diffstat (limited to 'changelog.d/8190.bugfix')
-rw-r--r-- | changelog.d/8190.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8190.bugfix b/changelog.d/8190.bugfix new file mode 100644 index 0000000000..bf6717ab28 --- /dev/null +++ b/changelog.d/8190.bugfix @@ -0,0 +1 @@ +Fix logging in via OpenID Connect with a provider that uses integer user IDs. |