synapse/changelog.d
devonh 7ab0f630da
Apply user email & picture during OIDC registration if present & selected (#17120)
This change will apply the `email` & `picture` provided by OIDC to the
new user account when registering a new user via OIDC. If the user is
directed to the account details form, this change makes sure they have
been selected before applying them, otherwise they are omitted. In
particular, this change ensures the values are carried through when
Synapse has consent configured, and the redirect to the consent form/s
are followed.

I have tested everything manually. Including: 
- with/without consent configured
- allowing/not allowing the use of email/avatar (via
`sso_auth_account_details.html`)
- with/without automatic account detail population (by un/commenting the
`localpart_template` option in synapse config).

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2024-04-29 15:23:05 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17000.bugfix Return the search terms as search highlights for SQLite instead of nothing (#17000) 2024-04-26 09:43:52 +01:00
17071.doc Update event_cache_size and global_factor configurations documentation (#17071) 2024-04-26 09:44:54 +01:00
17077.bugfix Fix filtering of rooms when supplying the destination query parameter to /_synapse/admin/v1/federation/destinations/<destination>/rooms (#17077) 2024-04-26 10:52:24 +01:00
17078.bugfix Use recommended endpoint for MSC3266 requests (#17078) 2024-04-26 09:46:42 +01:00
17082.feature Declare support for Matrix v1.10. (#17082) 2024-04-29 14:09:03 +01:00
17084.doc Add RuntimeDirectory to matrix-synapse.service (#17084) 2024-04-26 09:56:20 +01:00
17104.feature Add support for MSC4115 (#17104) 2024-04-29 15:22:13 +01:00
17114.doc Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
17116.doc Rephrase enable_notifs configuration (#17116) 2024-04-26 09:52:58 +01:00
17120.bugfix Apply user email & picture during OIDC registration if present & selected (#17120) 2024-04-29 15:23:05 +00:00
17121.bugfix Improve error message for cross signing reset with MSC3861 enabled (#17121) 2024-04-26 09:54:30 +01:00
17127.bugfix Ensure that incoming to-device messages are not dropped (#17127) 2024-04-29 14:11:00 +01:00
17131.misc Update tornado 6.2 -> 6.4 (#17131) 2024-04-29 14:33:25 +01:00