Hi,
I'm implement a custom provider (com.adobe.granite.auth.oauth.Provider), and i want save the avatarUrl of user in profile. I check the node profile under user and the resourceType is
cq/security/components/profile
|
When user is created, i can save email, name, id, but if i put other field such 'picture', 'photo', 'avatarURL' this field is ignored.
Anyone know what properties i can save on this resourceType?
I'm based in this example https://github.com/techforum-repo/aem-bundles/blob/master/linkedin-oauth-provider/src/main/java/com/...
Thanks