• OpenAM/OpenSSO & JBoss EAP 5.1

    This document contain my presentation and supporting stuff for it on OpenAM/OpenSSO and JBoss EAP 5.1.   run.conf if config for the "openam" profile as described in the presentation.   Enjoy!
    Profile Photo
    last modified by pskopek
  • XACML PDP SOAP Service

    What is it? Where is it? How do I use it? Configuration WSDL File Client Usage Additional References What is it? PicketLink v2 has a WSDL enabled SOAP Service that accepts SAML payload bea...
    Profile Photo
    last modified by anil.saldhana
  • Open ID Integration with PicketLink

    What is OpenID? OpenID is an open decentralized identity system.   Introduction to OpenID Good presentation: Understanding OpenID   OpenID Support in PicketLink PicketLink supports Open ID.  It sho...
    Profile Photo
    last modified by anil.saldhana
  • Quick start with JBoss Identity Federation & JBoss Application Server 4.2.3

    This article explains how to build a single sign on (SSO) environment using the new JBoss Identity Federation Project. In the example there will be two Service Providers and one Identity Provider all running on one se...
    Profile Photo
    last modified by aamonten
  • SAML2 Metadata support with JBoss Identity

    JBoss Identity  supports SAML2 Metadata profile.   Configure the metadata profile at the IDP   Create a web application for the IDP metadata.  In the web.xml, the following should be present: <...
    Profile Photo
    last modified by anil.saldhana
  • JBoss Identity Federation: Sample Applications

    Introduction JBoss Identity Federation contains sample applications that show how JBID can be used to implement SAMLv2 Web Browser SSO. Starting with JBID version 1.0.0-beta1, three sets of applications are supplied: ...
    Profile Photo
    last modified by marcelkolsteren
  • SAML2 Attributes

    SAML2 Attributes  Sometime it is necessary to use the attributes for an Identity.  It is easy for the Identity Provider to issue statements on attributes.  The attributes can be roles and or other type...
    Profile Photo
    last modified by anil.saldhana
  • How to configure Picketlink on Tomcat with Microsoft AD FS v2

    I have attacthed the first version of the article as a PDF. Sadly part of this document is still in the Dutch writing but I hope to update this soon. As the configuration of both the Picketlink, Tomcat and ADFSv2 is a...
    Profile Photo
    last modified by pipo1000
  • How to change the port number 8080 in /seam-sp/MetaDataService.seam

    Installed the seam example seam-sp.war from picketlink 1.0.2 and put it into jboss server 5.0.1 running at port 80. When I typed the URL http://localhost:80/seam-sp/MetaDataService.seam. Inside of the meta data servi...
    Profile Photo
    last modified by jzheng20171
  • JBoss Seam support for Web Browser SSO Profile

    IMPORTANT NOTE: The JBoss Identity module used in this article has been superseded by the PicketLink Seam module. Please refer to these articles for information about the newest (and most feature-rich) PicketLink modu...
    Profile Photo
    last modified by marcelkolsteren
  • Seam Integration With JBoss Identity

    IMPORTANT NOTE: This article describes a very early, probably the first attempt to use SAML-based authentication in a Seam application. For people who are interested in history, it can be interesting. However, develop...
    Profile Photo
    last modified by marcelkolsteren
  • Issuing And Propagating SAML Assertions Within JBoss AS

    In this article we present a sample JEE application that uses PicketLink STS to issue and propagate SAML assertions within JBoss AS. Software used: JDK 6, JBoss AS 6.0.0.M4, PicketLink 1.0.4 (to be released soon) Sce...
    Profile Photo
    last modified by sguilhen
  • SAML EJB Integration with PicketLink STS

    In this document we show how to use PicketLink STS to validate SAML assertions and authenticate EJB clients. Required software: JDK 6, PicketLink version 1.0.3 or superior. (Feature available starting 1.0.3.CR2) Proc...
    Profile Photo
    last modified by sguilhen
  • PicketLink IDM

    PicketLink IDM  PicketLink IDM aims to provide a common identity model for various JBoss projects. Most information can be found in project documentation.     Main Page is at http://jboss.org/picketli...
    Profile Photo
    last modified by anil.saldhana
  • PicketLink STS - Pluggable Configuration Handlers

    Objective This article will describe the configuration processing by PicketLink STS. Since v1.0.4.final As part of PLFED-103 feature, we have introduced a pluggable configuration handler for the STS.   The Picke...
    Profile Photo
    last modified by anil.saldhana
  • PicketLink SSO FAQ

    PicketLink Based SSO FAQQ.  I want to incorporate SAML based SSO.  What should I do? You should consider the SAML Post Binding Support with PicketLink.   Download the idp.war which shows the Identi...
    Profile Photo
    last modified by anil.saldhana
  • PicketLink Federation

    Owner Project: PicketLink(JBoss Identity)   Standards Supported: SAML v2.0 WS-Trust v1.3 XACML v2.0 (Provided via JBossXACML v2.0.3 & beyond) OpenID v1.1/2.0   Standards in Plan to support: Libe...
    Profile Photo
    last modified by anil.saldhana
  • SAML EJB Integration with PicketLink STS on Weblogic

    In this document we show how to use PicketLink STS to validate SAML assertions and authenticate EJB3 clients on Weblogic. It's a slightly modified version of this article. Software used for this exercise: JDK6, Picke...
    Profile Photo
    last modified by mmoyses
  • PicketLink STS Login Modules

    PicketLink provides a number of LoginModule implementations to simplify the process of issuing and validating security tokens, while providing seamless integration with JEE container security. A PicketLink LoginModule...
    Profile Photo
    last modified by bmozaffa
  • STSLoginModules

    The page describes the Login Modules (LM) that integrate with PicketLinkSTS.   STSIssuingLoginModule This is a JAAS LM for PicketLink STS (Security Token Service) that issues security tokens.This LM expects to be...
    Profile Photo
    last modified by pskopek