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
This is a feature request but I'm not sure if it's something that must be implemented on this plugin or an other plugin depending on oic-auth
I'm using oic-auth with keycloak IDP and it works perfectly.
Keycloak is setup with a LDAP federation that synchronize the users and groups. Each user as LDAP attribute thumbnailPhoto which is mapped on the IDP with a user attribute thumbnailPhoto (binary, base64) which is then mapped on the user profile API as thumbnail. It's not added on the access
What feature do you want to see added?
Hi,
This is a feature request but I'm not sure if it's something that must be implemented on this plugin or an other plugin depending on
oic-auth
I'm using
oic-auth
with keycloak IDP and it works perfectly.Keycloak is setup with a LDAP federation that synchronize the users and groups. Each user as LDAP attribute
thumbnailPhoto
which is mapped on the IDP with a user attributethumbnailPhoto
(binary, base64) which is then mapped on the user profile API asthumbnail
. It's not added on the accessThe user profile API return then something like
https:///realms//protocol/openid-connect/userinfo
Is it possible to use the
thumbnail
attribute to display and avatar on the profile?Jenkins provide provide an extension point https://www.jenkins.io/doc/developer/extensions/jenkins-core/#useravatarresolver
It's currently implemented by 2 plugins only (gravatar and avatar (which looks abandonned))
Also more details on UI here : jenkinsci/jenkins#10180
Thanks!
Upstream changes
No response
Are you interested in contributing this feature?
Yes, why not. But not sure if on this plugin or an other extension
The text was updated successfully, but these errors were encountered: