Hi all, <br><br>A quickie, suppose part of my assertion is<br><br>&lt;saml2:Attribute FriendlyName=&quot;cn&quot; Name=&quot;urn:oid:2.5.4.3&quot; NameFormat=&quot;urn:oasis:names:tc:SAML:2.0:attrname-format:uri&quot;&gt;<br>
      &lt;saml2:AttributeValue xmlns:xs=&quot;<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:type=&quot;xs:string&quot;&gt;Athanasios Douitsis&lt;/saml2:AttributeValue&gt;<br>
   &lt;/saml2:Attribute&gt;<br>   &lt;saml2:Attribute FriendlyName=&quot;cn;lang-el&quot; Name=&quot;urn:oid:2.5.4.3&quot; NameFormat=&quot;urn:oasis:names:tc:SAML:2.0:attrname-format:uri&quot;&gt;<br>      &lt;saml2:AttributeValue xmlns:xs=&quot;<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:type=&quot;xs:string&quot;&gt;Αθανάσιος Δουΐτσης&lt;/saml2:AttributeValue&gt;<br>
   &lt;/saml2:Attribute&gt;<br><br>As you can see, same Name, different friendlyName.  Is there a way to have the two values in different variables in the SP? <br><br>Best Regards,<br>Athanasios<br><br>