- The Metro endpoint objected to the fact that the CXF client was using a wsse:Reference to the SAML Assertion instead of a wsse:KeyIdentifier. This was a bug in WSS4J, and was fixed as part of WSS-238.
- The CXF client could not decrypt the response from the Metro endpoint. As part of the fix for WSS-238, support was added for processing an EncryptedKey that points to a SAML Assertion containing an X509Certificate, and an EncryptedData token that points to a SAML Assertion containing an EncryptedKey.
- The CXF client could not handle a reference to a SAML Assertion which was not in the SOAP request. This scenario occurred as the endpoint had the "AlwaysToRecipient" policy configured. This was fixed as part of WSS-260.
This kind of interop testing is vital and we have a lot of work planned in this regard.
Hello,
ReplyDeleteI have the same problem with cxf 2.4 and wss4j 1.6.0 (see https://issues.apache.org/jira/browse/CXF-3482)
I just merged a fix for CXF-3482...
ReplyDeleteColm.