Please review this page:
https://cxf.apache.org/docs/jax-rs-saml.html
Do you need it for SOAP or RS ? I thought you said for RS...
Sergey
On 04/03/14 10:56, [email protected] wrote:
Thanks for the reply.
Could you please guide to some articles where validation is done using this
class.
Also is this the class we should use to do the saml validation ?
Currently we are using wss4j
WSSecurityEngine secEngine = new WSSecurityEngine();
WSSConfig config = secEngine.getWssConfig();
config.setValidator(WSSecurityEngine.SAML2_TOKEN,
validator);
secEngine.processSecurityHeader(doc, null, null, crypto);
And want to use CXF layer to do the SAML validation.
--
View this message in context:
http://cxf.547215.n5.nabble.com/SAML-Assertion-tp5740677p5740764.html
Sent from the cxf-user mailing list archive at Nabble.com.