Problem/Motivation
In my Drupal installation, the user images are saved in private directory.
OpenID Connect should respect the field setting for uri_scheme.
Steps to reproduce
Create a image field for user entity.
Map the picture userinfo property to that field.
Proposed resolution
Get the field setting for uri_scheme, fallback to 'public' scheme.
Issue fork openid_connect-3333485
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jcnventuraComment #6
pfrillingI manually tested and confirmed working. I also added test coverage to confirm the public/private schema.
Comment #7
pfrillingThis has been merged. Thanks for the help!