summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-28 08:56:36 -0400
committerGitHub <noreply@github.com>2020-08-28 08:56:36 -0400
commitb055dc93220217fe55f8f4d28945f86353c2f3a8 (patch)
tree99e69481c40dffd9e60a816f74a03d46beda9c2d /changelog.d
parentConvert additional database code to async/await. (#8195) (diff)
downloadsynapse-b055dc93220217fe55f8f4d28945f86353c2f3a8.tar.xz
Ensure that the OpenID Connect remote ID is a string. (#8190)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8190.bugfix1
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.