Product SiteDocumentation Site

12.2. Installation and Configuration

To get the PicketLink subsystem properly installed you only need to use the Section 1.7, “PicketLink Installer” .

Note

This step may no longer be required once the subsystem is available in a future version of JBoss Enterprise Application Platform.
Once the subsystem is properly installed you need to change your standalone/domain.xml, inside your EAP installation, with the following extension and subsystem:
<extensions>
  ...

  <!-- Add the PicketLink extension -->
  <extension module="org.picketlink.as.extension" />

</extensions>
<profile>

  <!-- Add the PicketLink Subsystem -->
  <subsystem xmlns="urn:jboss:domain:picketlink:1.0" />

  ...
</profile>