PicketLink is an umbrella project for security and identity management for Java Applications. It is licensed under a friendly Apache v2 license. It supports Federation of authentication across a variety of schemes.
Questions tagged [picketlink]
95 questions
0
votes
1 answer
Using tokens in PicketLink with LDAP-based identity store in Java EE 7 (WildFly)
I'm trying to secure RESTful web services with JWT tokens; it's basically picketlink-angularjs-rest: PicketLink AngularJS and REST Security quickstart but with LDAP (AD) identity store.
When client tries to acquire a token LDAP authorization works…

Jarek Przygódzki
- 4,284
- 2
- 31
- 41
0
votes
1 answer
PicketLink configuration for 389-ds / Redhat DS to support entryUUID
Currently trying to make my PicketLink configuration work with Redhat DS(389-ds) and seems like there is no support for RFC 4530 entryUUID.
Is it so?
At least from 389 I can't find such attribute. Is there some plugin for the server available witch…

Stepan Severin
- 21
- 6
0
votes
1 answer
Mapping permissions from user's role or group
I'm asking if there any way to get user's permissions inherited from his assigned roles and groups.
When I assign a permission to a specific role and assign one user to this role I'm unable to get permissions inherited from its role.
User john =…

A. Shaheen
- 105
- 13
0
votes
1 answer
Hot to create many-to-many relationship in PicketLink (LDAP)?
How one can configure PicketLink (LDAP) to create some basic many to many relationship?
Assume:
User 0<-->* Role 0<-->* Permission
So User can have multiple Role and Role can have multiple permissions.
In PicketLink I can create some Role and add…

Stepan Severin
- 21
- 6
0
votes
2 answers
PicketLink ClassNotFoundException org.picketlink.Identity on deployment to WildFly
I want to use the PicketLink APIs in a web application on a WildFly server. I tried to use the PicketLink Quickstart "picketlink-authorization-idm-jpa" as a basic implementation and enhance it for my needs. But always when deploying the (unmodified)…

Benny
- 1
- 4
0
votes
1 answer
Web application security in J2EE7
I'm migrating a seam 2.2 application to the Java EE 7 platform.
I'm looking for an alternative for the @Restrict annotations.
I'm using Wildfly 8.2 as an application platform and I found some references from seam3 to the PicketLink project and…

gadeynebram
- 725
- 2
- 6
- 22
0
votes
1 answer
Why does PicketLink cause a Basic Browser authentication using Token?
I have a simple login system with token using PicketLin (stateless)k + WildFly + Angular.
The problems is: when I put a wrong password, the server sends to me the header:
WWW-Authenticate:Basic realm="PicketLink Default Realm"
And this causes the…

Symon Moura Lopes
- 19
- 3
0
votes
1 answer
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 to add social login, through…

Shadowman
- 11,150
- 19
- 100
- 198
0
votes
1 answer
Picketlink: How to get annotation parameters and the name of the function decorated when using @Secures?
I'm trying to define and use a custom security binding type called BasicRolesAllowed, as has been demonstrated in the Picketlink quickstarts here.
The only different between my type the ones in the quickstart, is that my annotation has to accept an…

JWL
- 13,591
- 7
- 57
- 63
0
votes
1 answer
Implementing PicketLink as iDP in Weblogic
Excuse my ignorance but can PicketLink be implemented as an IDP within weblogic?
I am looking to create a light weight IDP Proxy to be able to accept SAML requests and issue SAML Assertions based on simple authentication handled elsewhere so not…

Chris P
- 83
- 1
- 6
0
votes
1 answer
Picketlink IDP 2.1.8 with LDAP for Jboss AS6.x
I am new to picket link. I have to built a proof of concept on Picketlink 2.1.8 for Jboss As6
My first goal is to set up an IDP with LDAP. I have found many configurations examples for standalone.xml which apply to Jboss as7 or EAP

ScicaJ
- 3
- 4
0
votes
2 answers
Picketlink 2.6+ Jboss AS 7.1.1
I was wondering if it was possible to use picketlink 2.6 or newer on jboss as 7.1.1?
The installer says only eap or wildfly, but I am forced to use as7 so that doesn't work for me...
Is it a case of installing the modules myself, or does it just not…

blairmeister
- 915
- 1
- 6
- 16
0
votes
1 answer
Picketlink Source Compile Error
I am trying to compile picketlink from source but it keeps failing with the same error when running either mvn install or mvn package.
It always fails on 'PicketLink Identity Management API' with the error
Failed to execute goal…

blairmeister
- 915
- 1
- 6
- 16
0
votes
1 answer
Picketlink @RolesAllowed for roles assigned to groups
Am using picketlink for an application and I would greatly appreciate if any one could help me out.
The application has many Groups (Admin, Customer Service etc) and each group can have many Roles (like Create a new User, Create a new employee,…

Kevin Joymungol
- 1,764
- 4
- 20
- 30
0
votes
2 answers
Basic HTTP Auth with PicketLink using JPA fails
There is functioning picketlink configuration being used by form authentication without any issues.
We are now trying to add HTTP auth to another section of the the system and it is failing - with a difficult to track down error. The stack trace of…

drone.ah
- 1,135
- 14
- 28