diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-13 14:26:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 14:26:44 -0400 |
commit | 5d64fefd6c7790dac0209c6c32cdb97cd6cd8820 (patch) | |
tree | 283f93e92ca94cb9c43b28c6138ae60b38832cbc /changelog.d/7483.bugfix | |
parent | Fix new flake8 errors (#7489) (diff) | |
download | synapse-5d64fefd6c7790dac0209c6c32cdb97cd6cd8820.tar.xz |
Do not validate that the client dict is stable during UI Auth. (#7483)
This backs out some of the validation for the client dictionary and logs if this changes during a user interactive authentication session instead.
Diffstat (limited to 'changelog.d/7483.bugfix')
-rw-r--r-- | changelog.d/7483.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7483.bugfix b/changelog.d/7483.bugfix new file mode 100644 index 0000000000..e1bc324617 --- /dev/null +++ b/changelog.d/7483.bugfix @@ -0,0 +1 @@ +Restore compatibility with non-compliant clients during the user interactive authentication process. |