Bug 1074994 - Wrong file name for PicketLink vault configuration
Summary: Wrong file name for PicketLink vault configuration
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
high
Target Milestone: GA
: EAP 6.3.0
Assignee: Lucas Costi
QA Contact: FIlip Bogyai
URL:
Whiteboard:
Depends On:
Blocks: 1074582
TreeView+ depends on / blocked
 
Reported: 2014-03-11 10:42 UTC by FIlip Bogyai
Modified: 2015-12-01 05:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:27:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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