[xmlsec] namespace definition significant ?

Roland Hedberg roland.hedberg at adm.umu.se
Wed Apr 13 06:41:07 PDT 2011


Hi!

Trying to find out why a signature verification failed.
So, I compared what I got and what xmlsec1 has as predigest data.

Nothing that I could see except for the fact that xmlsec1 in the predigest data has add xmlns specifications for xsi.

<ns1:Attribute FriendlyName="eduPersonEntitlement" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.7" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"><ns1:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">foo</ns1:AttributeValue></ns1:Attribute>

The original was:

<ns1:Attribute FriendlyName="eduPersonEntitlement" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.7" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"><ns1:AttributeValue xsi:type="xs:string">foo</ns1:AttributeValue></ns1:Attribute>

Is this significant ??

--Roland



More information about the xmlsec mailing list