Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1074994

Summary: Wrong file name for PicketLink vault configuration
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: FIlip Bogyai <fbogyai>
Component: DocumentationAssignee: Lucas Costi <lcosti>
Status: CLOSED CURRENTRELEASE QA Contact: FIlip Bogyai <fbogyai>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: jkudrnac, lcosti
Target Milestone: GAKeywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:27:25 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:
Bug Depends On:    
Bug Blocks: 1074582    

Description FIlip Bogyai 2014-03-11 10:42:43 UTC
There is mistake in chapters 5.6.3. and 5.6.4. in step 2
Instead of context.xml there should be jboss-web.xml : 

Chapter 5.6.3. Configure Identity Provider:
In Step 2: Configure the IDP Valves

Create a jboss-web.xml file in the WEB-INF directory of your IDP web application to configure the valves for the IDP. 

Example 5.7. jboss-web.xml File Configuration for IDP Valves

<jboss-web>
  <security-domain>idp</security-domain>
  <context-root>idp</context-root>
  <valve>
     <class-name>org.picketlink.identity.federation.bindings.tomcat.idp.IDPWebBrowserSSOValve</class-name>
   </valve>
</jboss-web>


Chapter 5.6.4. Configure Service Provider:
In step 2: Configure the SP Valve

To configure the valve for the SP, create a jboss-web.xml in the WEB-INF directory of your SP web application. 

Example 5.12. jboss-web.xml File Configuration for SP Valves

<jboss-web>
   <security-domain>sp</security-domain>
   <context-root>sales-post</context-root>
   <valve>
     <class-name>org.picketlink.identity.federation.bindings.tomcat.sp.ServiceProviderAuthenticator</class-name>
   </valve>
</jboss-web>

Note that this fix must be done before BZ#1074582, because information about custom configuration path of file picketlink.xml and time interval to reload should be also added into this step.

Comment 1 Russell Dickenson 2014-03-12 20:51:39 UTC
Attention: Scott

Please take note of the final paragraph in this bug's description.

Comment 2 Lucas Costi 2014-04-03 01:34:05 UTC
Whoops, after finishing changes for BZ#1074582, I just saw this bug now.

I've made the corrections in the following topics:
Configure Identity Provider [24284] to revision 627202.
Configure Service Provider [24286] to revision 627204

The changes will be reflected in the next document build, and the status will be changed to ON_QA when it is ready for review.