Fediz CXFPage edited by Oliver WulffChanges (10)
Full ContentCXF PluginThe subproject Fediz purpose is to provide Single Sign On for Web Applications which is independent of an underlying Web Services framework like Apache CXF. The Fediz plugins for Tomcat, Jetty, etc. are independent of Apache CXF, whereas the Fediz IDP leverages the capabilities of the CXF STS to issue SAML tokens with Claims information to build applications which use Claims Based Authorization with all the benefits. If the Fediz protected web application integrates with another application using Web Services you need to bundle a Web Services framework like Apache CXF with your web application. If it is required to support impersonation to call the Web Service, the security context of the application server must be delegated to the Web Services stack thus it can make the Web Service call on behalf of the browser user. In release 1.1, the Fediz CXF plugin supports delegating the application server security context (SAML token) to the STS client of CXF. CXF is now able to request a security token for the target Web Service from the STS on behalf of the browser user. It is required that one of the other Fediz plugins are deployed to WS-Federation enable the application. After this step, the Fediz CXF plugin can be installed to integrate the Web SSO layer with the Web Services stack of Apache CXF. InstallationIt's recommended to use Maven to resolve the dependencies as illustrated in the the example wsclientWebapp. pom.xml
<dependency>
<groupId>org.apache.cxf.fediz</groupId>
<artifactId>fediz-cxf</artifactId>
<version>1.1.0</version>
</dependency>
Stop watching space
|
Change email notification preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache CXF > Fediz CXF Oliver Wulff (Confluence)
- [CONF] Apache CXF > Fediz CXF Oliver Wulff (Confluence)
- [CONF] Apache CXF > Fediz CXF Oliver Wulff (Confluence)
- [CONF] Apache CXF > Fediz CXF Oliver Wulff (Confluence)
- [CONF] Apache CXF > Fediz CXF Oliver Wulff (Confluence)
