You need to supply the STSClient with at least some configuration. See for example the following configuration in Spring:
https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=blob;f=systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml;h=c4e324a8fbc33d87cc2a5f7288116b2e8c5ad91b;hb=HEAD (lines 105->120). Here the STSClient is instantiated with a reference to the CXF bus, as well as the WSDL location + Service Name + Port of the STS, as well as some properties used for WS-Security configuration. Colm. On Tue, Jun 3, 2014 at 9:08 AM, MichaelG < [email protected]> wrote: > We have done that earlier, but now it´s just the "issued token" in the WSDL > that starts up the sts client. > > /Mike > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Issue-with-WS-Trust-using-security-tokens-SAML-assertions-tp5744142p5744624.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
