PicketLink subsystem has already been incorporated into WildFly 9.x. Unfortunately, WildFly 9 is still an alpha and it will take a substantial amount of time to stabilize it and meanwhile no PicketLink subsystem is available to be used. This project aims to correct this oversight by porting PicketLink subsystem for WildFly 8 from current WildFly 9 sources.
Features
Since this is a direct port all of the features described in the official documentation apply.
Installation
PicketLink Subsystem for WildFly 8 is packaged in a form of an overlay. The overlay is available in a TGZ and ZIP formats.
- Locate the desired release at GitHub
- Download TGZ or ZIP module overlay
- (Optional) Verify download and source signing integrity with SHA1 and GPG signatures respectively
- Stop your WildFly domain or standalone server
- Unpack the overlay on top of your WildFly installation
- Follow readme documentation in
domain/configuration/wildfly8-picketlink-readme.txt
orstandalone/configuration/wildfly8-picketlink-readme.txt
as applicable to your installation
Maven Artifacts
[xml] <dependency><groupId>biz.ivanov.wildfly</groupId>
<artifactId>wildfly8-picketlink-module</artifactId>
<version>2.7.0.Final</version>
<classifier>distro</classifier>
<type>tgz</type>
</dependency>
[/xml]
Project Sources
The project is hosted on GitHub in the following repositories:
Reporting Issues
All issues can be reported via PicketLink Subsystem for WildFly 8 Issue Tracker.
PicketLink Subsystem for WildFly 8 ver 2.7.0.Final.1 Released
Announcing the belated release of PicketLink Subsystem for WildFly 8 ver 2.7.0.Final.1. The release is based on PicketLink 2.7.0.Final and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.
PicketLink Subsystem for WildFly 8 ver 2.7.0.Final Released
Announcing the release of PicketLink Subsystem for WildFly 8 ver 2.7.0.Final. The release is based on PicketLink 2.7.0.Final and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.
PicketLink Subsystem for WildFly 8 ver 1.0.0.Final Released
Announcing the first release of PicketLink Subsystem for WildFly 8 ver 1.0.0.Final. The release is based on PicketLink 2.7.0.CR3 and WildFly 9.0.0.Alpha2-SNAPSHOT of the PicketLink subsystem.