Hi all, <br><br>A quickie, suppose part of my assertion is<br><br><saml2:Attribute FriendlyName="cn" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"><br>
<saml2:AttributeValue xmlns:xs="<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xsi:type="xs:string">Athanasios Douitsis</saml2:AttributeValue><br>
</saml2:Attribute><br> <saml2:Attribute FriendlyName="cn;lang-el" Name="urn:oid:2.5.4.3" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"><br> <saml2:AttributeValue xmlns:xs="<a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xsi:type="xs:string">Αθανάσιος Δουΐτσης</saml2:AttributeValue><br>
</saml2:Attribute><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>