• PicketLink User Interface

    My customer has inherited an application that is integrated with PicketLink but now they want to separate the IdP from the SP. Is there a packaged user interface that would allow them to administer the IdP (create use...
    Profile Photo
    created by yellek
  • Picketlink SessionManager - is it new feature?

    Hello,   We are using Picketlink for a long time, and all went well. But now when we tried to upgrade Picketlink to new version 2.7.0 we faced with unusual behavior.   We expected, that the user can be abl...
    Profile Photo
    last modified by fromopal
  • Problems Creating Custom Group with Child Reference

    Hey guys,   Today, I'm writing a tool in my application to allow users to create their own groups. The tool must be a page with a tree structure which allows the users to create a group, and then add child group...
    Profile Photo
    last modified by noamichael
  • HTTP Patch method

    Hello   Has anyone run into the problem getting @PATCH working with Picketlink?   From what I can see in org.picketlink.http.HttpMethod HTTP PATCH does not appear to be a supported method type.   Are...
    Profile Photo
    last modified by sman_uk
  • Picketlink Oauth provider - Sample Server and Client implementation

    Hi All,   I am looking for Picketlink's Oauth provider - Server & Client sample implementation with some documents. I could not find a proper working application anywhere.   Could anyone point me to ri...
    Profile Photo
    created by chinsiva1977
  • Is it possible to restore the PicketLink "original request" when using a custom faces Login page and CDI backing bean?  Using PicketLink IDM, JPA, and Simple Authenticator Login Page but Unable restoreOriginal Request.

    PicketLink Usage Scenario   User requests a webpage located in a PicketLink protected folder. When PicketLink detects reqeust for a protected folder, it invokes a faces login.xhtml page which passes username and...
    Profile Photo
    created by bstevenson
  • Picketlink 2.7.0.Final Tomcat 7

    Hi,   we are trying to use picketlink 2.7.0.Final with tomcat 7. On startup weg get:   java.lang.VerifyError: class org.picketlink.identity.federation.bindings.tomcat.sp.AbstractAccountChooserValve overrid...
    Profile Photo
    created by benste
  • Picketlink with permission example on v2.7.0.Final

    Hi,   Currently we are using seam framework to authenticate and authorize users in our application, we have our own set of User, Role and Permission table. Now we want to integrate picketlink but don't know wher...
    Profile Photo
    created by czetsuya
  • Change Password - Second time only user is authenticated

    We have a facility to change password, once user logs into the application. So I successfully changed the password and clicked on 'logout' link which is configured to use GLO. I am navigated to login screen.(What I f...
    Profile Photo
    created by pradyumna13
  • Picketlink SAML SP: Supporting remote IDP certificate rollovers

    Hello   I'm looking to run Picketlink as an SP (in Wildfly), and can see that I have to add the remote IdP certificate to a JSK and reference that by its' JKS alias in as a ValidatingAlias:   <Validatin...
    Profile Photo
    created by jbromberger
  • Custom SAMLConfigurationProvider for SPFilter in the picketlink 2.6.0.Final

    Hi everybody! I'm using wildfly8.2.0 with picketlink 2.6.0.Final (by default for wildfly 8.2.0) and I want to specify my custom implementation of the SAMLConfigurationProvider. For picketlink2.7.0.Final i've used...
    Profile Photo
    last modified by tev1988
  • writing unitTests for picketLink-EAP6.3 application

    My configuration/setup 1. EAP 6.3 2. picket-link 2.7 library 3.Elipse Luna 4. Maven 3.2.x 5. JDK 1.8 [My concern] I am very new to CDI/EAP environment. I was using an existing picket-link example code of multi-...
  • Query for groups returning error

    When i query for groups on my model, picketlink throw this exception:   18:19:39,453 ERROR [org.picketlink.http] (default task-6) Exception thrown during processing for path [/portaldereservas/portal/tools/accou...
    Profile Photo
    last modified by arthurgregorio
  • Difference between @RolesAllowed() and BasicModel.hasRole()

    Hello   I have a problem with differing functionality between these two methods listed above.   My scenario is: I am using groups with roles granted to the groups.  I then add users to the groups to e...
    Profile Photo
    last modified by sman_uk
  • How to link existing LDAP entries to new JPA entities

    I have been trying to figure out best way to handle linking new Picketlink JPA entities with existing application LDAP entries from before implementing Picketlink for authentication and authorization. In my implementa...
    Profile Photo
    last modified by starr_stealer
  • Custom IDM Model with PicketLink Social?

    I'm developing a JavaEE application that makes use of JBoss PicketLink for its security framework. I've implemented a custom IDM model to better support some custom security attributes that I need. Now, I'd also like ...
    Profile Photo
    last modified by sdnakhla
  • PL00075: File could not be located :policyConfig.xml in jboss eap6.3

    I have created sample SP project and had placed proper web.xml, jboss-deployment-structure.xml and picketlink.xml.   and I tried to deploy the sample we app with all the above proper xml files, I am getting the ...
    Profile Photo
    last modified by penusila611621
  • Can the Picketlink STS be used as a Relying Party STS?

    Hi, we wish to set up Picketlink as a Relying Party STS that can validate tokens issued by a particular third-party IP-STS.   I've configured handler chain of one of our web services to use the STS Security hand...
    Profile Photo
    last modified by paddytb
  • authorization for multiple roles

    I have a path that I want multiple roles to be able to access:   SecurityConfigurationBuilder builder = event.getBuilder();     builder   .http()   .forPath("/api/*")   .withMethod(H...
    Profile Photo
    last modified by rschumeyer
  • detached entity passed to persist. For OneToOne field

    Hi,   I have this classes: @IdentityManaged(User.class) @Entity public class UserTypeEntity extends IdentityTypeEntity {   @AttributeValue   private String userName;   @AttributeValue   @Si...
    Profile Photo
    last modified by alekspo