Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Grouper returns the following subject attributes:

For multi-valued attributes, if more than one value is available for a given attribute, the values will be separated with a delimiter of three vertical bars, “|||”

  • E.g. eduPersonAffiliation with values “faculty” and “staff” returns “faculty|||staff”

If your code does not read the attributeValues JSON/XML tag for a subject being returned, you can stop reading here.  You probably don't have to worry about this change breaking your code.

...