diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-27 21:28:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 21:28:59 +0000 |
commit | 869667760f571c9edebab660061e17035d57f182 (patch) | |
tree | 0ea90b7f0a234fb47fcafe130f21fadd780124e4 /changelog.d | |
parent | Merge tag 'v1.26.0' into social_login (diff) | |
download | synapse-869667760f571c9edebab660061e17035d57f182.tar.xz |
Support for scraping email addresses from OIDC providers (#9245)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9245.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9245.feature b/changelog.d/9245.feature new file mode 100644 index 0000000000..b9238207e2 --- /dev/null +++ b/changelog.d/9245.feature @@ -0,0 +1 @@ +Add support to the OpenID Connect integration for adding the user's email address. |