You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2018/10/11 08:56:38 UTC

svn commit: r1036241 - in /websites/production/cxf/content: cache/main.pageCache fediz-downloads.html fediz.html

Author: buildbot
Date: Thu Oct 11 08:56:38 2018
New Revision: 1036241

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/fediz-downloads.html
    websites/production/cxf/content/fediz.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/fediz-downloads.html
==============================================================================
--- websites/production/cxf/content/fediz-downloads.html (original)
+++ websites/production/cxf/content/fediz-downloads.html Thu Oct 11 08:56:38 2018
@@ -116,7 +116,7 @@ gpg --verify apache-fediz-*.zip.asc
 </div></div><p>It is also possible to verify the integrity of the downloads using the SHA1 checksum with:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default">sha1sum --check apache-fediz-*.zip.sha1
 </pre>
-</div></div><h1 id="FedizDownloads-Previousreleases">Previous releases</h1><p>Previous releases are all archived in the apache archive: <a shape="rect" class="external-link" href="http://archive.apache.org/dist/cxf/fediz">http://archive.apache.org/dist/cxf/fediz</a></p><h1 id="FedizDownloads-Maven2Repositories">Maven 2 Repositories</h1><p>If you use Maven for building your applications,&#160; all supported Fediz releases are synced into the maven central repository: <a shape="rect" class="external-link" href="http://repo1.maven.org/maven2/" rel="nofollow">http://repo1.maven.org/maven2/</a></p><p><br clear="none"></p></div>
+</div></div><h1 id="FedizDownloads-Previousreleases">Previous releases</h1><p>Previous releases are all archived in the apache archive: <a shape="rect" class="external-link" href="http://archive.apache.org/dist/cxf/fediz">http://archive.apache.org/dist/cxf/fediz</a></p><h1 id="FedizDownloads-Maven2Repositories">Maven 2 Repositories</h1><p>If you use Maven for building your applications, all supported Fediz releases are synced into the maven central repository: <a shape="rect" class="external-link" href="http://repo1.maven.org/maven2/" rel="nofollow">http://repo1.maven.org/maven2/</a></p><p><br clear="none"></p></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/fediz.html
==============================================================================
--- websites/production/cxf/content/fediz.html (original)
+++ websites/production/cxf/content/fediz.html Thu Oct 11 08:56:38 2018
@@ -99,7 +99,7 @@ Apache CXF -- Fediz
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 id="Fediz-ApacheCXFFediz:AnOpen-SourceWebSecurityFramework">Apache CXF Fediz: An Open-Source Web Security Framework</h1><h2 id="Fediz-Overview">Overview</h2><p>Apache CXF Fediz is a subproject of CXF. Fediz helps you to secure your web applications and delegates security enforcement to the underlying application server. With Fediz, authentication is externalized from your web application to an identity provider installed as a dedicated server component. Apache CXF Fediz supports both <a shape="rect" class="external-link" href="http://docs.oasis-open.org/wsfed/federation/v1.2/os/ws-federation-1.2-spec-os.html#_Toc223175002" rel="nofollow">WS-Federation Passive Requestor Profile</a> and the <a shape="rect" class="external-link" href="https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf" rel="nofollow">SAML Web Browser SSO Profile</a>. Fediz supports <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Claims-based_
 identity" rel="nofollow">Claims Based Access Control</a> beyond Role Based Access Control (RBAC).</p><h2 id="Fediz-News">News</h2><p><strong><strong><strong><strong>October 8, 2018 - <strong><strong>Apache CXF Fediz 1.4.</strong></strong>5 released</strong></strong></strong></strong></p><p>Apache CXF Fediz 1.4.5 is released.&#160; New features include supporting custom claims handling (transformation) in the plugins and SAML SSO support in the Jetty and Spring security plugins. See the <a shape="rect" href="fediz-downloads.html">download</a> page for more information.</p><p><br clear="none"></p><p><strong><strong><strong><strong>June 29, 2018 - <strong><strong>Apache CXF Fediz 1.4.4</strong></strong> released</strong></strong></strong></strong></p><p>Apache CXF Fediz 1.4.4 has been released. A new security advisory has been released for an issue that was fixed in this release:</p><ul><li><a shape="rect" href="http://cxf.apache.org/security-advisories.data/CVE-2018-8038.txt.asc">CVE-
 2018-8038</a>: Apache CXF Fediz is vulnerable to DTD based XML attacks</li></ul><p><br clear="none"></p><h2 id="Fediz-Download">Download</h2><p>See <a shape="rect" href="fediz-downloads.html">here</a>.</p><h2 id="Fediz-ProjectSource">Project Source</h2><p>The Apache CXF Fediz sources are hosted at&#160;<a shape="rect" class="external-link" href="https://gitbox.apache.org/">Apache gitbox</a>. This includes a full two way sync with github. As github provides the nicer user interface we now recommend to directly work on the github cxf repo.</p><ul><li>Web Browsing: <a shape="rect" class="external-link" href="https://github.com/apache/cxf-fediz" rel="nofollow">https://github.com/apache/cxf-fediz</a></li><li>Checking out from GIT: git clone git@github.com:apache/cxf-fediz.git</li></ul><p>CXF committers can directly commit to github after doing the&#160;<a shape="rect" class="external-link" href="https://gitbox.apache.org/setup/">Apache&#160;gitbox setup</a>. Be aware that the sync might 
 take half an hour before you are added to the CXF github group.</p><ul><li>Forking and Pull Requests: See&#160;<a shape="rect" href="getting-involved.html">Getting Involved</a></li><li>Building the Source: Follow the <a shape="rect" class="external-link" href="https://github.com/apache/cxf-fediz/blob/master/BUILDING.txt" rel="nofollow">BUILDING.txt</a> file in the Fediz download for full build instructions.</li><li>Eclipse: See <a shape="rect" href="http://cxf.apache.org/setting-up-eclipse.html">this page</a> for information on using the Eclipse IDE with the Fediz source code. This page is created for CXF but the same commands are applicable for Fediz too.</li></ul><h2 id="Fediz-ApacheCXFFedizuserguide">Apache CXF Fediz user guide</h2><ul><li><a shape="rect" href="fediz-introduction.html">Introduction</a></li><li><a shape="rect" href="fediz-architecture.html">Fediz Architecture</a></li><li>Relying Party Containers<br clear="none"><ul><li><a shape="rect" href="fediz-configuration.htm
 l">Fediz Configuration</a></li><li><a shape="rect" href="fediz-extensions.html">Fediz Extensions</a></li><li><a shape="rect" href="fediz-tomcat.html">Apache Tomcat</a></li><li><a shape="rect" href="fediz-jetty.html">Jetty<br clear="none"></a></li><li><a shape="rect" href="fediz-spring.html">Spring Security<br clear="none"></a></li><li><a shape="rect" href="fediz-websphere.html">Websphere<br clear="none"></a></li><li><a shape="rect" href="fediz-cxf.html">Apache CXF<br clear="none"></a></li></ul></li><li><a shape="rect" href="fediz-idp-11.html">Fediz IdP</a></li><li><a shape="rect" href="fediz-idp-10.html">Fediz IdP 1.0</a> (deprecated)</li><li><a shape="rect" href="fediz-metadata.html">Fediz Metadata</a></li><li><a shape="rect" href="fediz-samples.html">Fediz Samples</a></li><li><a shape="rect" href="fediz-articles.html">Fediz Articles</a></li><li><a shape="rect" href="fediz-history.html">Fediz History</a></li></ul><p><br clear="none"></p></div>
+<div id="ConfluenceContent"><h1 id="Fediz-ApacheCXFFediz:AnOpen-SourceWebSecurityFramework">Apache CXF Fediz: An Open-Source Web Security Framework</h1><h2 id="Fediz-Overview">Overview</h2><p>Apache CXF Fediz is a subproject of CXF. Fediz helps you to secure your web applications and delegates security enforcement to the underlying application server. With Fediz, authentication is externalized from your web application to an identity provider installed as a dedicated server component. Apache CXF Fediz supports both <a shape="rect" class="external-link" href="http://docs.oasis-open.org/wsfed/federation/v1.2/os/ws-federation-1.2-spec-os.html#_Toc223175002" rel="nofollow">WS-Federation Passive Requestor Profile</a> and the <a shape="rect" class="external-link" href="https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf" rel="nofollow">SAML Web Browser SSO Profile</a>. Fediz supports <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Claims-based_
 identity" rel="nofollow">Claims Based Access Control</a> beyond Role Based Access Control (RBAC).</p><h2 id="Fediz-News">News</h2><p><strong><strong><strong><strong>October 8, 2018 - <strong><strong>Apache CXF Fediz 1.4.</strong></strong>5 released</strong></strong></strong></strong></p><p>Apache CXF Fediz 1.4.5 is released.&#160; New features include supporting custom claims handling (transformation) in the plugins and SAML SSO support in the Jetty and Spring security plugins. See the <a shape="rect" href="fediz-downloads.html">download</a> page for more information.</p><p><strong><strong><strong><strong>June 29, 2018 - <strong><strong>Apache CXF Fediz 1.4.4</strong></strong> released</strong></strong></strong></strong></p><p>Apache CXF Fediz 1.4.4 has been released. A new security advisory has been released for an issue that was fixed in this release:</p><ul><li><a shape="rect" href="http://cxf.apache.org/security-advisories.data/CVE-2018-8038.txt.asc">CVE-2018-8038</a>: Apache CX
 F Fediz is vulnerable to DTD based XML attacks</li></ul><h2 id="Fediz-Download">Download</h2><p>See <a shape="rect" href="fediz-downloads.html">here</a>.</p><h2 id="Fediz-ProjectSource">Project Source</h2><p>The Apache CXF Fediz sources are hosted at&#160;<a shape="rect" class="external-link" href="https://gitbox.apache.org/">Apache gitbox</a>. This includes a full two way sync with github. As github provides the nicer user interface we now recommend to directly work on the github cxf repo.</p><ul><li>Web Browsing: <a shape="rect" class="external-link" href="https://github.com/apache/cxf-fediz" rel="nofollow">https://github.com/apache/cxf-fediz</a></li><li>Checking out from GIT: git clone git@github.com:apache/cxf-fediz.git</li></ul><p>CXF committers can directly commit to github after doing the&#160;<a shape="rect" class="external-link" href="https://gitbox.apache.org/setup/">Apache&#160;gitbox setup</a>. Be aware that the sync might take half an hour before you are added to the CX
 F github group.</p><ul><li>Forking and Pull Requests: See&#160;<a shape="rect" href="getting-involved.html">Getting Involved</a></li><li>Building the Source: Follow the <a shape="rect" class="external-link" href="https://github.com/apache/cxf-fediz/blob/master/BUILDING.txt" rel="nofollow">BUILDING.txt</a> file in the Fediz download for full build instructions.</li><li>Eclipse: See <a shape="rect" href="http://cxf.apache.org/setting-up-eclipse.html">this page</a> for information on using the Eclipse IDE with the Fediz source code. This page is created for CXF but the same commands are applicable for Fediz too.</li></ul><h2 id="Fediz-ApacheCXFFedizuserguide">Apache CXF Fediz user guide</h2><ul><li><a shape="rect" href="fediz-introduction.html">Introduction</a></li><li><a shape="rect" href="fediz-architecture.html">Fediz Architecture</a></li><li>Relying Party Containers<br clear="none"><ul><li><a shape="rect" href="fediz-configuration.html">Fediz Configuration</a></li><li><a shape="rec
 t" href="fediz-extensions.html">Fediz Extensions</a></li><li><a shape="rect" href="fediz-tomcat.html">Apache Tomcat</a></li><li><a shape="rect" href="fediz-jetty.html">Jetty<br clear="none"></a></li><li><a shape="rect" href="fediz-spring.html">Spring Security<br clear="none"></a></li><li><a shape="rect" href="fediz-websphere.html">Websphere<br clear="none"></a></li><li><a shape="rect" href="fediz-cxf.html">Apache CXF<br clear="none"></a></li></ul></li><li><a shape="rect" href="fediz-idp-11.html">Fediz IdP</a></li><li><a shape="rect" href="fediz-idp-10.html">Fediz IdP 1.0</a> (deprecated)</li><li><a shape="rect" href="fediz-metadata.html">Fediz Metadata</a></li><li><a shape="rect" href="fediz-samples.html">Fediz Samples</a></li><li><a shape="rect" href="fediz-articles.html">Fediz Articles</a></li><li><a shape="rect" href="fediz-history.html">Fediz History</a></li></ul><p><br clear="none"></p></div>
            </div>
            <!-- Content -->
          </td>