[jboss-svn-commits] JBL Code SVN: r11248 - labs/jbosslabs/branches/identity_integration/trunk/portal-extensions/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 23 14:49:03 EDT 2007


Author: sohil.shah at jboss.com
Date: 2007-04-23 14:49:02 -0400 (Mon, 23 Apr 2007)
New Revision: 11248

Modified:
   labs/jbosslabs/branches/identity_integration/trunk/portal-extensions/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/context.xml
Log:
added sso federation router

Modified: labs/jbosslabs/branches/identity_integration/trunk/portal-extensions/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/context.xml
===================================================================
--- labs/jbosslabs/branches/identity_integration/trunk/portal-extensions/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/context.xml	2007-04-23 18:39:30 UTC (rev 11247)
+++ labs/jbosslabs/branches/identity_integration/trunk/portal-extensions/configuration/to-copy/server/default/deploy/jboss-portal.sar/portal-server.war/WEB-INF/context.xml	2007-04-23 18:49:02 UTC (rev 11248)
@@ -1,5 +1,14 @@
 <!-- Add the ExtendedFormAuthenticator to get access to the username/password/exception -->
-<Context cookies="true" crossContext="true">      
+<Context cookies="true" crossContext="true">   
+   <!-- a federation routing valve -->
+   <!--
+	This valve eliminates the need for cross domain federation links 
+	to be of the form /federate?target={some link in the other domain}
+	With this link, your link can be straight to the resource in the
+	other domain 
+   -->
+   <Valve className="org.jboss.security.valve.SSOFederationRouter"/>
+      
    <!-- 
    		logoutURL - URL for performing logout/signout function in your application
    -->	   




More information about the jboss-svn-commits mailing list