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.

Reply via email to