You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2013/10/25 23:10:56 UTC

svn commit: r1535872 - in /cxf/fediz/trunk: apache-fediz/src/assembly/bin.xml services/idp/README.txt services/sts/README.txt

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 @@
             </excludes>
         </fileSet>
         <fileSet>
+            <directory>../services/idp</directory>
+            <outputDirectory>apache-fediz-${project.version}/idp/src/idp</outputDirectory>
+            <excludes>
+                <exclude>**/build</exclude>
+                <exclude>**/target</exclude>
+                <exclude>**/build/**/*</exclude>
+                <exclude>**/target/**/*</exclude>
+                <exclude>**/interopfest/**</exclude>
+                <exclude>**/.*/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
+            <directory>../services/sts</directory>
+            <outputDirectory>apache-fediz-${project.version}/idp/src/sts</outputDirectory>
+            <excludes>
+                <exclude>**/build</exclude>
+                <exclude>**/target</exclude>
+                <exclude>**/build/**/*</exclude>
+                <exclude>**/target/**/*</exclude>
+                <exclude>**/interopfest/**</exclude>
+                <exclude>**/.*/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
             <directory>../</directory>
             <outputDirectory>apache-fediz-${project.version}</outputDirectory>
             <includes>

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 <tomcat-base-dir>/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 <tomcat-base-dir>/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: