-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packing SAML Response attribute values in an array when there is more than one xml value within a node #117
Comments
coder-cooke
pushed a commit
to coupa-ops/ruby-saml
that referenced
this issue
Mar 14, 2014
borgand
pushed a commit
to borgand/ruby-saml
that referenced
this issue
Apr 1, 2014
borgand
added a commit
to borgand/ruby-saml
that referenced
this issue
Apr 1, 2014
borgand
pushed a commit
to borgand/ruby-saml
that referenced
this issue
Apr 1, 2014
borgand
added a commit
to borgand/ruby-saml
that referenced
this issue
Apr 1, 2014
borgand
referenced
this issue
in borgand/ruby-saml
Apr 1, 2014
AttributeValue is a String, but `AttributeValue#values` will return all values for that attribute.
I created a pull request #122 that fixes this issue in a backwards compatible manner |
kwugirl
referenced
this issue
in newrelic/ruby-saml
Jun 27, 2014
AttributeValue is a String, but `AttributeValue#values` will return all values for that attribute.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to return the attribute values as an array where there is more than one field in an array.
This is similar to #112 but is not identical. That request is dealing with multiple nodes with the same name, whereas this is one node with multiple values.
The text was updated successfully, but these errors were encountered: