Uploaded image for project: 'CXF-Fediz'
  1. CXF-Fediz
  2. FEDIZ-46

WS-FederationSupport for CXF JAX-RS

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • Plugin
    • None

    Description

      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.

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            owulff Oliver Wulff
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: