Hi I need to implement ws security(CXF) with Signature. The default configuration Issuer Name and Serial Number works fine. I want to invoke from soap ui with others "key identifier types" like BinarySecurityToken, x509 or SubjectKeyIdentifier but i didnt find any documentation.
I tried to set this properties(beans.xml) <entry key="signatureKeyIdentifier" value="X509KeyIdentifier"/> or <entry key="signatureKeyIdentifier" value="DirectReference"/> but same behavior . I guess that cxf ignore this settings or i'm not understand something. Is there some documentation about these configurations? thanks -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-WS-Security-Signature-X509-signatureKeyIdentifier-key-identifier-type-tp5105996p5105996.html Sent from the cxf-user mailing list archive at Nabble.com.
