Bug 1089342

Summary: [Doc Bug Fix] Wrong authenticator class in Example 15.5. Example Clustered SSO Configuration + wrong connected options
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Lukas <olukas>
Component: DocumentationAssignee: David Michael <dmichael>
Status: CLOSED CURRENTRELEASE QA Contact: Ondrej Lukas <olukas>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: dmichael, fbogyai, smumford
Target Milestone: ER3Keywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22509, Development Guide-6.3-1 Build Date: 04-04-2014 09:14:13 Topic ID: 4695-591671 [Latest]
Last Closed: 2015-04-17 05:42:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondrej Lukas 2014-04-18 13:31:09 UTC
In 15.4. Use Single Sign On (SSO) In A Web Application is Example 15.5. Example Clustered SSO Configuration which should be completely removed.

The SSO Valves are configured by the AS automatically, when the "sso" is present under web/virtual-hosts in a server profile. The ClusteredSingleSignOn version is used, when attribute "cache-container" is present, otherwise standard "SingleSignOn" class is used.

* Clustered example:

/subsystem=web/virtual-server=default-host/sso=configuration:add(cache-container="web",cache-name="sso",reauthenticate="false",domain="domain.com")

<sso cache-container="web" cache-name="sso" domain="domain.com" reauthenticate="false"/>


* Non-clustered:

/subsystem=web/virtual-server=default-host/sso=configuration:add(reauthenticate="false")

<sso reauthenticate="false"/>


ALSO:
Table 15.1. SSO Configuration Options contains outdated options and it should be rewritten by current value from web/virtual-hosts in a server profile.

Comment 3 FIlip Bogyai 2015-02-24 12:41:03 UTC
Verified in Development Guide (Revision 6.4.0-9)