Closed craigdrayton closed 6 years ago
Looks the the code responsible is here: https://github.com/steffow/meteor-accounts-saml/blob/develop/saml_utils.js#L420
Correct. Still trying to fix some bugs with older PRs. Stay tuned.
Fixed in 0.0.15
Thanks a lot for getting the fix in so quickly
Thanks for this useful plugin - I was able to get started with SAML quicker than expected.
I have a SAML attribute named "groups" which returns multiple values:
However the package takes only the first attribute value ("Everyone") and stores it in the Meteor user profile as a string. I would expect the package to return an array of strings, in this case.