Skip to content

feat(backend:users): add avatar synchronization for OIDC users#164

Open
q16marvin wants to merge 1 commit intoSync-in:mainfrom
q16marvin:main
Open

feat(backend:users): add avatar synchronization for OIDC users#164
q16marvin wants to merge 1 commit intoSync-in:mainfrom
q16marvin:main

Conversation

@q16marvin
Copy link
Copy Markdown

Summary

Add automatic OIDC avatar import from the standard picture claim.

Details

After successful OIDC login, Sync-in now:

  • reads picture from userinfo
  • validates the URL
  • downloads the image
  • checks content type and size
  • converts it to PNG with sharp
  • stores it as the regular local user avatar

Avatar sync errors are logged but do not prevent login.

@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 12, 2026

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 12, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant