RE: Floating name spaces

2008-10-22 Thread Scott Cantor
> I'm trying to decrypt and verify an SAML assertion using the C++ XML > library. And the version? > The problem seems to be that the transform applied before computing the hash > lets the name spaces float outside the assertion - this is what actually > gets hashed when trying to verify: Pretty

Floating name spaces

2008-10-22 Thread Carsten.Agger
I'm trying to decrypt and verify an SAML assertion using the C++ XML library. Without encryption, using only the digital signature, this works fine: The overall details are that an SAML assertion is embedded in a SAML response and signed (the assertion) in situ with the Apache XML-Sec library f