Extracting multi value on NameFormat attribute
Kalluru, Prasanth (ELS-LON)
p.kumar.13 at elsevier.com
Thu Feb 18 14:41:33 UTC 2021
Hi,
Could someone let me know the correct configuration of extracting multi value on NameFormat attribute?
IdP is releasing below saml attribute with multi value
<saml:AttributeStatement>
<saml:Attribute Name="memberOf" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xsi:type="xs:string" xmlns:xs="" xmlns:xsi="">Value1</saml:AttributeValue>
<saml:AttributeValue xsi:type="xs:string" xmlns:xs="" xmlns:xsi="">Value2</saml:AttributeValue>
<saml:AttributeValue xsi:type="xs:string" xmlns:xs="" xmlns:xsi="">Value2</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
My SP has configured with below configuration in attribute-map.xml
<Attribute name="memberOf" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic" id="memberOf"/>
Are we able to extract multi value sent by idp for this saml attribute - memberOf with above SP configuration?
What is the use of attaching <AttributeDecoder xsi:type="StringAttributeDecoder" caseSensitive="false"/> and <AttributeDecoder xsi:type="ScopedAttributeDecoder"/> ?
Are we able to extract multi value sent by IdP for this saml attribute - memberOf with above SP configuration without attaching attribute decoder?
Thanks in advance,
Prasanth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20210218/cbbd6e2e/attachment.htm>
More information about the users
mailing list