Questions tagged [picketlink]

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.

95 questions
1
vote
1 answer

picketlink-sts ws-trust mustunderstand header

Is there a way to configure picketLink-sts to accept soap requests with mustUnderstand headers? I'm using: https://github.com/picketlink2/picketlink-quickstarts/tree/master/ws-trust/picketlink-sts The request I send is:
Jeff
  • 979
  • 3
  • 10
  • 18
1
vote
1 answer

PicketLink protection stops JSF 2.2 resource contract from being loaded

I have a JSF 2.2 webapp with a contract and several pages, located directly in the WebContent folder. The contract consists of an image, a template file template.xhtml and a css file global.css. So far everything is working as expected. Now I want…
devrys
  • 1,571
  • 3
  • 27
  • 43
1
vote
0 answers

Wildfly picketlink enable login via http

How can i enable login via http using picketlink ? now i am try to run quickstart picketlink angular https://github.com/jboss-developer/jboss-picketlink-quickstarts/. But for developer purpose i must have got option that picketlink allow get token…
luckybastard
  • 157
  • 1
  • 3
  • 12
1
vote
1 answer

Arquillian unsatisfied dependency in picketlink

I have application with PicketLink included as maven dependency. I have written arquillian test case that does not involve PicketLink in any way, but test is failing because of CDI in picketlink. @RunWith(Arquillian.class) public class…
Filip
  • 386
  • 6
  • 16
1
vote
0 answers

Need to implement an IDP that supports authentication/authorization using another IDP

We have a requirement to implement an IDP that supports authentication/authorization using another external IDP in addition to the standard the username/password form authentication. Does picketlink support this scenario out of the box?. Here are…
vjgorla
  • 91
  • 6
1
vote
0 answers

Picketlink Defaultlogincredentials no body writer on Rest service

I'm following the Picketlink quickstart guide. I've created a login Rest sevice on Tomee 1.7 for users. It Consumes the contentType that is provided by the quickstart guide. (application/x-authc-username-password+json) It takes the Picketlink…
Rentius2407
  • 1,108
  • 2
  • 11
  • 29
1
vote
1 answer

Roles are not transmitted in picketlink SPFilter integration on tomcat7

I assume that I am missing something very obvious here, but I've spend about 4 hours searching and trying and couldn't come to a solution, so maybe there is some help. I was following this guide:…
Leon
  • 1,141
  • 1
  • 10
  • 25
1
vote
2 answers

How to customize PicketLink AuthenticationFilter?

I have PicketLink installed and running on my web application, but it seems like I cannot protect resources like folders by group or role. The PicketLink AuthenticationFilter (org.picketlink.authentication.web.AuthenticationFilter) does not provide…
user3749223
  • 58
  • 1
  • 11
1
vote
1 answer

Unable to obtain instance from null - PicketLink

We are getting this error: [ERROR] Caused by: java.lang.Throwable: WELD-000044 Unable to obtain instance from null [ERROR] at org.jboss.weld.bean.builtin.CallableMethodHandler.invoke(CallableMethodHandler.java:48) [ERROR] at…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
0 answers

HTTPS is not working in JBoss EAP 7.1 for a specific app when picketlink is enabled for SAML authentication

I have configured HTTPS in JBoss EAP 7.2 and it works as expected. But the problem comes when I deploy my application where picketlink is enabled to do SAML authentication with OKTA IDP, I am not able to access my application with https. Here is the…
0
votes
1 answer

Spring and Jboss SAML Integration

Is it possible to configure my spring application (which runs on tomcat) as service provider in SAML integration, where identity provider is configured on jboss 7 server? We have several subsystems, integrated via picketlink and now I am struggling…
0
votes
2 answers

I am implementing ADFS - SAML configuration in wildfly18?

1) I have configured ADFS (SAML) configuration in wildfly18 server 2) I have all details configured in picketlink.xml as follows: 3) I am getting proper response in NAMEID format as follows: 4)But at server side I am getting error as follows: 5)…
ShraddhaJ
  • 201
  • 1
  • 14
0
votes
1 answer

Picketlink on JBoss sends LogoutRequest to incorrect endpoint

I'm trying to secure an application using picketlink. I'm using JBoss 6.4.18. The SSO operation works without any issues. The problem is with the SLO, basically, picketlink sends the LogoutRequest assertion to the wrong endpoint. The IdP metadata…
Alex Pi
  • 816
  • 4
  • 12
  • 28
0
votes
2 answers

WildFly 18.0.1.Final - Error fetching WildFly component 'org.picketlink:picketlink-api:::2.5.5.SP12-redhat-00006'

Provision worked fine with WildFly: 16.0.x - 17.0.1. Upgraded provision.gradle to upgrade to use wildFly 18.0.1. plugins { id "org.wildfly.build.provision" version '0.0.11' } repositories { mavenLocal() mavenCentral() maven { …
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
0
votes
1 answer

JBoss EAP 7.1.0.GA + picketlink 2.7.1.Final causes org.jboss.modules.ModuleLoadError

I'm using an Red Hat JBoss Enterprise Application Platform - Version 7.1.0.GA and trying to use picketlink 2.7.1.Final causes org.jboss.modules.ModuleLoadError. So, I added in standalone.xml
WDrgn
  • 521
  • 10
  • 29