Posted by attiks on February 24, 2012 at 9:10am
3 followers
Jump to:
| Project: | Belgian eID IDP integration |
| Version: | 7.x-0.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | bart.hanssens |
| Status: | active |
Issue Summary
Is it possible to store the user picture using the default user picture and/or profile?
Comments
#1
Could be done (in theory) as the IDP can send the raw picture data, but it hasn't been tested yet with Drupal / OpenID.
It probably requires the http://drupal.org/project/profile_pictures module, so perhaps a separate beididp_profile_picture module is needed.
#2
Bart,
Can you point me to the documentation how the request should be formed to have the picture sent back from the IDP ? I'll take a shot at implementing this then. This was on my favourite list too.
#3
Apparently sending the picture over openid isn't implemented yet on the eID IDP, although it could be implemented quite easily.
It is now a new feature request: http://code.google.com/p/eid-idp/issues/detail?id=5
#4
IdP source code now has support for photo attribute (http://code.google.com/p/eid-idp/source/detail?r=448), now waiting for update on e-contract eID IDP server.