Author: jfrederic.clere(a)jboss.com
Date: 2012-04-23 09:47:24 -0400 (Mon, 23 Apr 2012)
New Revision: 2028
Modified:
branches/7.0.x/webapps/docs/config/host.xml
Log:
Add missing sso doc.
Modified: branches/7.0.x/webapps/docs/config/host.xml
===================================================================
--- branches/7.0.x/webapps/docs/config/host.xml 2012-04-18 08:24:35 UTC (rev 2027)
+++ branches/7.0.x/webapps/docs/config/host.xml 2012-04-23 13:47:24 UTC (rev 2028)
@@ -177,6 +177,26 @@
</attribute>
</attributes>
</subsection>
+
+ <subsection name="sso">
+ <p><code>sso</code>describes how single sign on is processed.
+ It adds a <code>Valve</code> to the Virtual Host defined by
<code>virtual-server</code>
+ </p>
+ <attributes>
+ <attribute name="cache-container" required="false">
+ <p>Name of the cache container to use for clusterised sso</p>
+ </attribute>
+ <attribute name="cache-name" required="false">
+ <p>Name of the cache to use for clusterised sso</p>
+ </attribute>
+ <attribute name="domain" required="false">
+ <p>Cookie domain to use.</p>
+ </attribute>
+ <attribute name="reauthenticate" required="false">
+ <p>Whether each request should cause a reauthentication.</p>
+ </attribute>
+ </attributes>
+ </subsection>
</section>
Show replies by date