Bug 1089342 - [Doc Bug Fix] Wrong authenticator class in Example 15.5. Example Clustered SSO Configuration + wrong connected options
Summary: [Doc Bug Fix] Wrong authenticator class in Example 15.5. Example Clustered SS...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER3
: EAP 6.4.0
Assignee: David Michael
QA Contact: Ondrej Lukas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-18 13:31 UTC by Ondrej Lukas
Modified: 2015-04-17 05:42 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 970458 0 unspecified CLOSED Wrong authenticator class in Example 13.5. Example Clustered SSO Configuration 2021-02-22 00:41:40 UTC

Internal Links: 970458

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)


Note You need to log in before you can comment on or make changes to this bug.