-
-
Couldn't load subscription status.
- Fork 113
Description
Windows Network Provisioning is not happy with the enveloped signature generated by signxml.
After digging the problem I found that second transform in the transforms node:
Working example:
<Transforms> <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /> </Transforms>
Broken example:
<ds:Transforms> <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></ds:Transform> <ds:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"></ds:Transform></ds:Transforms>
Unfortunately at the moment there's no way I could disable second transform other than by editing the code of the signxml.
Is there a chance this could be resolved by adding some sort of switch?