Passing multiple attributes

krrishv krish.v at gmail.com
Thu Feb 12 16:57:19 EST 2015


Hi,

In my LDAP i have a attribute with multi values :

example Attribute : Role 

values : role1,role2

I want to get this in a assertion like below.

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

I want to pass the above attributes to SP. How can i configure this in
Shibboleth IDP

Krish.






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


More information about the users mailing list