Author: thomas.heute(a)jboss.com
Date: 2010-02-09 08:40:08 -0500 (Tue, 09 Feb 2010)
New Revision: 1588
Added:
portal/trunk/docs/reference-guide/en/images/sso.png
Modified:
portal/trunk/docs/reference-guide/en/modules/SSO.xml
Log:
Adding picture
Added: portal/trunk/docs/reference-guide/en/images/sso.png
===================================================================
(Binary files differ)
Property changes on: portal/trunk/docs/reference-guide/en/images/sso.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: portal/trunk/docs/reference-guide/en/modules/SSO.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/SSO.xml 2010-02-09 13:35:34 UTC (rev
1587)
+++ portal/trunk/docs/reference-guide/en/modules/SSO.xml 2010-02-09 13:40:08 UTC (rev
1588)
@@ -73,7 +73,7 @@
</listitem>
<listitem>
- <para>Replace: <programlisting role="XML"> <!--
+ <para>Replace: <programlisting> <!--
| Whereas CredentialsToPrincipalResolvers identify who it is some Credentials might
authenticate,
| AuthenticationHandlers actually authenticate credentials. Here we declare the
AuthenticationHandlers that
| authenticate the Principals that the CredentialsToPrincipalResolvers identified. CAS
will try these handlers in turn
@@ -104,7 +104,7 @@
<para>With the following (Make sure to set the host, port and
context with the values corresponding to your portal)</para>
- <para><programlisting role="XML"><!--
+ <para><programlisting><!--
| Whereas CredentialsToPrincipalResolvers identify who it is some Credentials might
authenticate,
| AuthenticationHandlers actually authenticate credentials. Here we declare the
AuthenticationHandlers that
| authenticate the Principals that the CredentialsToPrincipalResolvers identified. CAS
will try these handlers in turn
@@ -170,6 +170,11 @@
<para>Now you should be able to start Tomcat and access
http://localhost:8888/cas but at this stage you won't be able to
login.</para>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/sso.png" format="PNG"
/>
+ </imageobject>
+ </mediaobject>
</listitem>
</orderedlist>
</section>
@@ -189,7 +194,7 @@
<para>In JBoss AS, edit gatein.ear/META-INF/gatein-jboss-beans.xml
and uncomment the section for CAS</para>
- <para><programlisting
role="XML"><authentication>
+ <para><programlisting><authentication>
<login-module code="org.gatein.sso.agent.login.SSOLoginModule"
flag="required">
</login-module>
<login-module
code="org.exoplatform.services.security.j2ee.JbossLoginModule"
flag="required">