Re: Help validating XML signature

2008-02-20 Thread Sean Mullan
The signature looks a bit odd. Some of the XML Signature elements are defined in the dsig namespace bound by a 'ds' prefix, while others don't have a 'ds' prefix (see CanonicalizationMethod, SignatureValue and the DigestValue elements). When I validated the signature, the cryptographic signatu

Re: Help validating XML signature

2008-02-20 Thread Ian Hummel
Hi Sean, That's a very good observation, thanks for your help! Basically this information is coming from a Java Infocard implementation called "Higgins." To be safe, I tried to validate a token that Cardspace (MS' implementation in Vista) uploads to my webapp, but it fails too! Below y

Re: Help validating XML signature

2008-02-20 Thread Sean Mullan
Ian Hummel wrote: Hi Sean, That's a very good observation, thanks for your help! Basically this information is coming from a Java Infocard implementation called "Higgins." To be safe, I tried to validate a token that Cardspace (MS' implementation in Vista) uploads to my webapp, but it fails