Problem/Motivation
I'd like to map saml attributes to https://www.drupal.org/project/name field types. Currently only address fields are supported, but I've been testing this out and it seems to work for name fields as well.
Steps to reproduce
Proposed resolution
Issue fork samlauth-3387611
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
dave reidComment #4
roderikThank you. Merging without testing myself, because you did.
This was implemented in a kind-of hacky way "I need this support (for addresses) now but don't want to think about what happens with other compound fields, let's just deny them and think about it later". Your patch is the right just-merge-it followup.
Comment #5
roderik