Oliver Wulff created FEDIZ-46:
---------------------------------
Summary: WS-FederationSupport for CXF JAX-RS
Key: FEDIZ-46
URL: https://issues.apache.org/jira/browse/FEDIZ-46
Project: CXF-Fediz
Issue Type: Bug
Components: Plugin
Affects Versions: 1.1.0
Reporter: Oliver Wulff
Fix For: 1.1.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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira