Hi, We are using custom transport in service side. I went through https://cxf.apache.org/docs/jax-rs-saml.html to evaluate how to add SAML support .
In the link if we set <bean id="samlEnvHandler" class="org.apache.cxf.rs.security.saml.SamlEnvelopedInHandler">, SAMLEnvelopedInHandler seems to handle the token. Since we are not using spring and creating a JAXRSServerFactoryBean object, is there a way to set SamlEnvelopedInHandler programmatically? -- View this message in context: http://cxf.547215.n5.nabble.com/SAML-Assertion-tp5740677.html Sent from the cxf-user mailing list archive at Nabble.com.
