Hi, I am trying to create CXF Standalone client to connect to a WebService (Server) that have SpnegoContextToken as one of its security Policy.
Please let me know whether CXF API support this Security Token?If supported then please let me know how to implement the CXF client to get access to the server. Provided below the security binding information on the server side. Please let me know whether CXF supports the below mentioned security info.If supports then please let me now how to implement the same using CXF API <sp:SymmetricBinding><wsp:Policy> <sp:ProtectionToken> <wsp:Policy> <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient"><wsp:Policy> <sp:RequireDerivedKeys /> </wsp:Policy> </sp:SpnegoContextToken> </wsp:Policy> </sp:ProtectionToken> <sp:AlgorithmSuite> <wsp:Policy> <sp:Basic256 /> </wsp:Policy> </sp:AlgorithmSuite> <sp:Layout> <wsp:Policy> <sp:Strict /> </wsp:Policy> </sp:Layout> <sp:IncludeTimestamp /> <sp:EncryptSignature /> <sp:OnlySignEntireHeadersAndBody /> </wsp:Policy> </sp:SymmetricBinding> -- View this message in context: http://old.nabble.com/SpnegoContextToken---Security-Token-support-for-CXF-tp28288005p28288005.html Sent from the cxf-user mailing list archive at Nabble.com.
