You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! The profile picture claim import has a few caveats, like the fact that it only really work in non-workerized deployments, and doesn't work with external media repositories, which might be why this has been forgotten in the docs.
Nonetheless, this should be updated, so feel free to open a PR to fix this!
matrix-org/synapse#13917 added support for synchronising the user's avatar based on an OIDC
picture
claim.It appears that this can be automatically synchronised on every login when
sso.update_profile_information = true
:synapse/synapse/handlers/sso.py
Lines 515 to 531 in 2ce7a1e
However, the
update_profile_information
docs state that only "displayname" is supported:synapse/docs/usage/configuration/config_documentation.md
Lines 3680 to 3681 in 2ce7a1e
This should mention that avatars are also supported.
The text was updated successfully, but these errors were encountered: