>> Thanks a lot. Is this fixed post 1.3.1 - if you remember that? I believe
>> 1.3.1 was the most recent stable version when I downloaded the code.
>
>It was fixed in 1.4.
Version 1.4 of the java library, you mean? I'm seeing the floating namespaces
in version 1.3.1 of the C++ library. The signat
>> I'm trying to decrypt and verify an SAML assertion using the C++ XML
>> library.
>
>And the version?
1.3.1
>> 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
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