Disabling InclusivePrefixList in WSIT
Server side policy assertion :
<sunsp:DisableInclusivePrefixListxmlns:sunsp="http://schemas.sun.com/2006/03/wss/server"></sunsp:DisableInclusivePrefixList>
Client side
policy assertion :
<sunsp:DisableInclusivePrefixListxmlns:sunsp="http://schemas.sun.com/2006/03/wss/client"></sunsp:DisableInclusivePrefixList>
Sample Signature when DisableInclusivePrefixList is used.
<ds:Signature xmlns:ns10="http://schemas.xmlsoap.org/soap/envelope/" Id="1">
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
<ds:Reference URI="#5002">
<ds:Transforms>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
</ds:Transforms>
<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<ds:DigestValue>...........</ds:DigestValue>
</ds:Reference>
<ds:Reference URI="#3">
<ds:Transforms>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
</ds:Transforms>
<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<ds:DigestValue>...........</ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>................</ds:SignatureValue>
<ds:KeyInfo>
<wsse:SecurityTokenReference>
<wsse:Reference ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"
URI="#adf15bbb-2a98-4dd0-81f4-34072d05521a" />
</wsse:SecurityTokenReference>
</ds:KeyInfo>
</ds:Signature>
Technorati Tags: WSIT, XWSS, WS Security, WS SecurityPolicy, Policy, WCF, .Net, Signatures
powered by performancing firefox
Posted by zdriveus on March 22, 2007 at 11:51 PM IST #
Posted by zdriveus on March 22, 2007 at 11:52 PM IST #
Posted by 210.18.183.68 on March 24, 2007 at 08:12 AM IST #