[ https://issues.apache.org/jira/browse/FEDIZ-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colm O hEigeartaigh resolved FEDIZ-46. -------------------------------------- Resolution: Fixed > WS-FederationSupport for CXF JAX-RS > ----------------------------------- > > Key: FEDIZ-46 > URL: https://issues.apache.org/jira/browse/FEDIZ-46 > Project: CXF-Fediz > Issue Type: New Feature > Components: Plugin > Affects Versions: 1.1.0 > Reporter: Oliver Wulff > Assignee: Colm O hEigeartaigh > Fix For: 1.2.0 > > > Implement a Redirect Filter similar to Redirect Binding Filter as described > here: > http://cxf.apache.org/docs/saml-web-sso.html#SAMLWebSSO-RedirectBindingFilter > Configuration could look like this: > <bean id="serviceBean" class="org.apache.cxf.samlp.sso.BookStore"/> > <jaxrs:server address="/app1"> > <jaxrs:serviceBeans> > <ref bean="serviceBean"/> > </jaxrs:serviceBeans> > <jaxrs:providers> > <ref bean="wsfedFilter"/> > </jaxrs:providers> > </jaxrs:server> > <bean id="wsfedFilter" > class="org.apache.cxf.fediz.cxf.jaxrs.FederationFilter"> > <property name="fedizConfig" value="fediz_config.xml"/> > </bean> > All the configuration is within the fediz_config.xml as described here: > http://cxf.apache.org/fediz-configuration.html > Integration should be quite easy as all processing logic is in fediz-core. -- This message was sent by Atlassian JIRA (v6.3.4#6332)