summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-04 06:49:51 -0400
committerGitHub <noreply@github.com>2020-06-04 06:49:51 -0400
commitf8b9ead3ee16a03049a2e36ff9d9c204ea80abb8 (patch)
tree14af748d85c4634c582173453efa57b89944d870 /changelog.d
parentCleanups to the OpenID Connect integration (#7628) (diff)
downloadsynapse-f8b9ead3ee16a03049a2e36ff9d9c204ea80abb8.tar.xz
Advertise the token login type when OpenID Connect is enabled. (#7631)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7631.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7631.bugfix b/changelog.d/7631.bugfix
new file mode 100644
index 0000000000..7d74266d9a
--- /dev/null
+++ b/changelog.d/7631.bugfix
@@ -0,0 +1 @@
+Advertise the `m.login.token` login flow when OpenID Connect is enabled.