peterdemaeyer commented on pull request #8: URL: https://github.com/apache/santuario-xml-security-java/pull/8#issuecomment-716761837
I finally managed to find and fix the remaining problem (in WSS4J). The problem was that the FinalDerivedKeyTokenOutputProcessor. In ADC-ES_IPingService, two instances were created: one for the encryption (first action) and one for the signature (second action), but because of the shared token between encryption and signature, the signature's instance had to come before the encryption's security token output processor. I updated my 2 pull requests in Santuario and WSS4J. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
