13.2. Installation and Configuration
You must change your
standalone.xml
or domain.xml
, inside your JBoss AS installation, with the following extension and subsystem:
<extensions> ... <!-- Add the PicketLink extension --> <extension module="org.wildfly.extension.picketlink"/> </extensions> <profile> <!-- Add the PicketLink Identity Management Subsystem --> <subsystem xmlns="urn:jboss:domain:picketlink-identity-management:1.0"/> <!-- Add the PicketLink Federation Subsystem --> <subsystem xmlns="urn:jboss:domain:picketlink-federation:1.1/> </profile>
The next sections will describe how to configure the subsystems individually.