There is a very useful patch on the openid_client_ax module that allows the use of standard ax extensions and avoids silly namespace collisions, which leads to badly interpreted values: http://drupal.org/node/1033292
The patch of the openid_client_ax module introduces a new function openid_client_ax_attribute_name() that converts specification uris to working short_names. This has to be used by the openid_cp_field module and the openid_profile module.
Here comes a simple patch for that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1146326-2-openid_cp_field-ax_extensions.patch | 616 bytes | xamanu |
| #1 | respecting_ax_extensions-1146326-1.patch | 624 bytes | xamanu |
Comments
Comment #1
xamanu commentedThe patch.
Comment #2
xamanu commentedWith git diff it made some a/ and b/ directories on the files. Git apply works with this, but it's not working with drush make. So here is a new patch that should apply nicely.
Comment #3
xamanu commentedCommitted