Author: bdaw
Date: 2007-09-18 07:30:28 -0400 (Tue, 18 Sep 2007)
New Revision: 8313
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-server-war/WEB-INF/context.xml
Log:
commented out OpenSSO integration tomcat valve
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-server-war/WEB-INF/context.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-server-war/WEB-INF/context.xml 2007-09-18
11:28:41 UTC (rev 8312)
+++
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-server-war/WEB-INF/context.xml 2007-09-18
11:30:28 UTC (rev 8313)
@@ -23,5 +23,19 @@
<!--
<Valve
className="org.jboss.portal.identity.sso.josso.JOSSOLogoutValve"/>
-->
+
+ <!--
+ | Uncomment to enable OpenSSO server based SSO authentication.
+ -->
+
+ <!--
+ <Valve
className="org.jboss.portal.identity.sso.opensso.OpenSSOAuthenticationValve"
+
loginURL="http://www.domain.com/opensso"
+
logoutURL="http://www.domain.com/opensso/UI/Logout"
+ appendLoginGoto="true"
+ appendLogoutGoto="true"
+ authType="FORM"
+ />
+ -->
</Context>
\ No newline at end of file