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?
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?