Quantcast
Viewing all articles
Browse latest Browse all 5648

SAML Assertion

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?

Viewing all articles
Browse latest Browse all 5648

Trending Articles