RobotsAndPencils / go-saml

A just good enough SAML client library written in Go.
MIT License
132 stars 82 forks source link

Attributes with multiple values. #13

Closed nmaki closed 7 years ago

nmaki commented 7 years ago

It is possible that attributes will have multiple values. Currently the model will only keep one of the attribute values and drop the rest. Started looking at it and it might be tricky to do while maintaining backward compatibility without being confusing.

nmaki commented 7 years ago

Noticed there is already a PR pertaining to this #11