Passing multiple attributes

krrishv krish.v at gmail.com
Fri Feb 13 14:57:30 EST 2015


Scott,

Thanks for the reply. I configured the resolver to release the attribute. It
sends something like below.

            <saml2:Attribute FriendlyName="role"
                             Name="role"
                            
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
                             >
                <saml2:AttributeValue
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                                      xsi:type="xs:string"
                                      >account,sales</saml2:AttributeValue>


But i am more looking for a assertion something like below.

<saml:AttributeStatement>
    <saml:Attribute 
      Name="Role">
      <saml:AttributeValue 
        xsi:type="xs:string">sales</saml:AttributeValue>
      <saml:AttributeValue 
        xsi:type="xs:string">account</saml:AttributeValue>
    </saml:Attribute>
  </saml:AttributeStatement>

I dont want account,sales in one attribute value.




--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Passing-multiple-attributes-tp7611664p7611682.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list