You will need two jar files : PicketLink Core Jar as well as a Bindings jar (based on the server)
PicketLink Core 2.1.1 Jar: https://repository.jboss.org/nexus/content/groups/public/org/picketlink/picketlink-core/2.1.1.Final/picketlink-core-2.1.1.Final.jar
Server |
Jar File |
Comments |
JBoss AS 7.1.x |
|
|
JBoss AS 6.x or JBoss AS 5.x |
|
|
Apache Tomcat 6.x or 5.x |
|
In order to use this version in JBoss AS 7 you need to update the PicketLink module. Please take a look at the Installation Guide.
PicketLink provides some useful examples about using some core features. Give it a try:
[ PLFED-286 ] - Validation errors when checking SAML tokens against the urn:oasis:names:tc:SAML:2.0:protocol schema
[ PLFED-287 ] - WSTrust parsing should handle wst:SecondaryParameters gracefully
[ PLFED-288 ] - PicketLink STS does not support processing wst:UseKey/ds:KeyInfo Elements
[ PLFED-289 ] - PicketLink STS does not support wst:SecondaryParameters (and hangs)
[ PLFED-290 ] - DOMException thrown on WS-Trust Bearer request
[ PLFED-292 ] - PicketLink STS does not support wst:Renewing (and hangs)
[ PLFED-293 ] - org.picketlink.identity.federation.bindings.tomcat.sp.ServiceProviderAuthenticator is not signing messages
[ PLFED-285 ] - SAML Service Provider should be configurable with a Error Page
[ PLFED-291 ] - ServiceProviderAuthenticator that combines the SP authenticator logic
[ PLFED-294 ] - PicketLink STS should return SOAP messages in the version the request came in
[ PLFED-295 ] - IDP strict post configuration defaults to true
[ PLFED-297 ] - Release PicketLink v2.1.1.Final
[ PLFED-296 ] - Format Source Code according to the coding style