Hello everybody I have a problem configuring CXF.


First of all the Architecture  I am using is the following.



I have an STS, an AdmissionTokenService (ATS) and a WebService.



So my Client need to request(via x509) a SAML Token from the STS in order
to communicate with the Service.

This works wonderfull, but in order to call the Methods from the Service
the Client also needs a SAML-Token from the ATS.



So the Client needs to request a SAML Token from the STS. Use the SAML
Token to request the SAML Token 2 from the ATS.

This is also working great, but how do I get CXF to use the SAML Token 2 in
a request to the Service.

The SAML Token 2 should be a supporting token and the first Token is the
IssuedToken.


I used cxf.xml to configure this.



As I could see this is not a standard configuration which I can handle with
properties in the cxf.xml

So what is the best way to go, can I use an Interceptor for that? I am
pretty new to cxf and WebServices.



Best regards

Reply via email to