diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-24 15:07:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 15:07:26 +0100 |
commit | bb82be9851ac8e168e217dfd12f32bfd66752338 (patch) | |
tree | 51f3e623ba202f5b42f6585ccae703e682232d3f /changelog.d | |
parent | Add sid to next_link for email validation (#6097) (diff) | |
parent | docstrings and comments (diff) | |
download | synapse-bb82be9851ac8e168e217dfd12f32bfd66752338.tar.xz |
Merge pull request #6069 from matrix-org/rav/fix_attribute_mapping
Fix a bug with saml attribute maps.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6069.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6069.bugfix b/changelog.d/6069.bugfix new file mode 100644 index 0000000000..a437ac41a9 --- /dev/null +++ b/changelog.d/6069.bugfix @@ -0,0 +1 @@ +Fix a bug which caused SAML attribute maps to be overridden by defaults. |