You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/01/18 22:54:12 UTC

[jira] [Commented] (FEDIZ-46) WS-FederationSupport for CXF JAX-RS

    [ https://issues.apache.org/jira/browse/FEDIZ-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13557653#comment-13557653 ] 

Sergey Beryozkin commented on FEDIZ-46:
---------------------------------------

Makes complete sense to me, the important bit is that JAX-RS Fediz users will get SSO support done, with WS-Fed flow supporting it internally 
                
> 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
>            Assignee: Sergey Beryozkin
>             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