OIDC include profile picture
Solved
Feature Requests
-
Unless I'm missing something the profile information provided by the build in oidc provider doesn't seem to include the users profile picture.
Would it be possible to include this as well? -
Good idea, I guess we need to implement the
picture
claim per https://openid.net/specs/openid-connect-basic-1_0.html . @nebulon what do you think? -
-
-
@klawitterb do you know which apps support the
picture
claim? -
Tbh not really but I am check with my own app if I’m getting anything
-
@girish just wanted to check this but my /.well-known/openid-configuration endpoint doesn't list the picture claim?
Am I missing something? I'm on v7.7.2."claims_supported": [ "sub", "email", "email_verified", "family_name", "given_name", "locale", "name", "preferred_username", "sid", "auth_time", "iss ]