Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F18D10260 for ; Fri, 25 Oct 2013 21:11:21 +0000 (UTC) Received: (qmail 27712 invoked by uid 500); 25 Oct 2013 21:11:21 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 27667 invoked by uid 500); 25 Oct 2013 21:11:21 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 27658 invoked by uid 99); 25 Oct 2013 21:11:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 21:11:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 21:11:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EF4D12388831; Fri, 25 Oct 2013 21:10:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1535872 - in /cxf/fediz/trunk: apache-fediz/src/assembly/bin.xml services/idp/README.txt services/sts/README.txt Date: Fri, 25 Oct 2013 21:10:56 -0000 To: commits@cxf.apache.org From: owulff@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131025211056.EF4D12388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: owulff Date: Fri Oct 25 21:10:56 2013 New Revision: 1535872 URL: http://svn.apache.org/r1535872 Log: Updated README and added idp/sts sources to distribution zip Added: cxf/fediz/trunk/services/idp/README.txt Modified: cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml cxf/fediz/trunk/services/sts/README.txt Modified: cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml?rev=1535872&r1=1535871&r2=1535872&view=diff ============================================================================== --- cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml (original) +++ cxf/fediz/trunk/apache-fediz/src/assembly/bin.xml Fri Oct 25 21:10:56 2013 @@ -69,6 +69,30 @@ + ../services/idp + apache-fediz-${project.version}/idp/src/idp + + **/build + **/target + **/build/**/* + **/target/**/* + **/interopfest/** + **/.*/** + + + + ../services/sts + apache-fediz-${project.version}/idp/src/sts + + **/build + **/target + **/build/**/* + **/target/**/* + **/interopfest/** + **/.*/** + + + ../ apache-fediz-${project.version} Added: cxf/fediz/trunk/services/idp/README.txt URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/README.txt?rev=1535872&view=auto ============================================================================== --- cxf/fediz/trunk/services/idp/README.txt (added) +++ cxf/fediz/trunk/services/idp/README.txt Fri Oct 25 21:10:56 2013 @@ -0,0 +1,37 @@ +Building and Installating the IDP +================================= + +IPD Realm A +----------- + +Build the IDP: +mvn clean install -Prealm-a + +Deploy the war target/fediz-idp.war to /webapps (default https port: 9443) + +IPD Realm B +----------- + +Build the IDP: +mvn clean install -Prealm-b + +Deploy the war target/fediz-idp-remote.war to /webapps (default https port: 12443) + +Hint: Servlet Context name different for Remote IDP to get different Cookies. + Cookies are bound to hostname (default: localhost) and path whereas port is not relevant. + + +IDP WARs deployed in Servlet Container with different HTTPS ports +----------------------------------------------------------------- + +1) update src/main/filters/realm-a/env.properties +... +realmA.port=9443 +realmB.port=12443 +... + +2) update src/main/filters/realm-b/env.properties +... +realmA.port=9443 +realmB.port=12443 +... Modified: cxf/fediz/trunk/services/sts/README.txt URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/README.txt?rev=1535872&r1=1535871&r2=1535872&view=diff ============================================================================== --- cxf/fediz/trunk/services/sts/README.txt (original) +++ cxf/fediz/trunk/services/sts/README.txt Fri Oct 25 21:10:56 2013 @@ -8,11 +8,8 @@ Build the STS: mvn clean install -Pldap -STS with two realms -------------------- - -Build the STS: -mvn clean install -Prealms +Create Signing certificates +--------------------------- Proceed with the following steps to update the signing certificates: