Author: rdickens
Date: 2013-01-11 00:24:50 -0500 (Fri, 11 Jan 2013)
New Revision: 9044
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
Log:
Source:
https://docs.jboss.org/author/display/GTNPORTAL35/Authentication+Token+Co...
(Updated content to version: 2)
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
===================================================================
---
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2013-01-11
01:32:39 UTC (rev 9043)
+++
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2013-01-11
05:24:50 UTC (rev 9044)
@@ -5,6 +5,7 @@
]>
<chapter id="sect-Reference_Guide-Authentication_Token_Configuration">
<title>Authentication Token Configuration</title>
+ <remark>Source:
https://docs.jboss.org/author/display/GTNPORTAL35/Authentication+Token+Co...
<section
id="sect-Reference_Guide-Authentication_Token_Configuration-The_Token_Service">
<title>The Token Service</title>
<para>
@@ -32,8 +33,9 @@
</section>
<section
id="sect-Reference_Guide-Authentication_Token_Configuration-Configuring_Token_Services">
<title>Configuring Token Services</title>
+ <remark>FIXME: Correct the following link.</remark>
<para>
- Token services configuration includes specifying the token validity period.
The token service is configured as a portal component using the
<filename><replaceable>JPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/deploy/gatein.ear/02portal.war/WEB-INF/conf/common/autologin-configuration.xml</filename>
file.
+ The token services configuration includes specifying the token validity
period. The token service is configured as a portal component (in the portal scope, as
opposed to the root scope. Refer to ** xref linkend="Foundations"/ for more
information).
</para>
<para>
In the XML example below, <emphasis>CookieTokenService</emphasis>
is a subclass of <emphasis
role="bold">AbstractTokenService</emphasis> so it has a property which
specifies the validity period of the token.