Log in to follow, share, and participate in this community.
Thread Principal lost in @Timeout
Principal lost in @TimeoutHi, I have a singleton session bean in JBoss AS 6.10. There's a method A that schedules a timer via the timer service. When this method is called via a user that is authenticated in the web module, the...
Thread When does @RunAs cause a login module to be consulted?
When does @RunAs cause a login module to be consulted?In JBoss AS 6.10 I have annotated a Servlet and MDB with an @RunAS annotation and make a call to a protected session bean (protected via @SecurityDomain or a domain specified in jboss.xml) AND I have a login-module co...
Thread Web SSO between Domino Server and JBoss AS 6.1 (LTPA token)
Web SSO between Domino Server and JBoss AS 6.1 (LTPA token)Hi, I would like to have some feedback on implementing Web SSO between a Domino Server and a JBOSS AS 6.1. Has anyone ever designed this architecture before in a project ? Is it possible to handle LTPA token w...
Thread Is it possible to add Login Modules programmatically
Is it possible to add Login Modules programmaticallyI have been searching for information about how you can add LoginModules programmatically to an running instance of PicketBox, but have found nothing - so have come to the conlusion that it is not possible. Can anyone...
Thread Two-factor authentication - client X.509 cert plus username+password
Two-factor authentication - client X.509 cert plus username+passwordI am developing a RESTeasy application in JBoss 6.0 AS Final. I have successfully configured and tested one-factor authentication using either BaseCertLoginModule (client X.509 certificates) or DatabaseServerLoginModu...
Thread DatabaseLoginModule execute code when correct login is done
DatabaseLoginModule execute code when correct login is doneHello everyone, I'm new at using JASS with JEE and of course Picketbox, that's why I wanted to ask how could I execute code, when a user login's correctly to my web application. I'm using JBOSS AS 7 with the DatabaseL...
Kerberos application server authenticationHello: I'm goin to installed Jboss Negoiation for silent authentication by followed the Jboss Negoiation user guide.My Jboss is not running on a machine joined the windows domain, it is running in a standalone...
Thread How to migrate custom security configuration from JBoss 4.x to AS 7
How to migrate custom security configuration from JBoss 4.x to AS 7Hello, i've to migrate our custom security configuration with our custom login modules to AS 7. In JBoss 4.0.3 SP1 we have deployed our login modules in a SAR archive with following structure META-INF...
Thread Programatically create an SHA256 password hash.
Programatically create an SHA256 password hash.Hello, I'm trying to implement code to generate hashed SHA256 passwords, in a way that they could be used with the Picketbox's DatabaseLoginModule, the encryption mode I would like to use is SHA. For this I got a reco...
Thread Custom Principal class problem. SessionContext always return
Custom Principal class problem. SessionContext always returnHi I need to store in the principal class not only name of the principal but also id from database. So I have created my own login module which inherits from the jboss DatabaseServerLoginModule. In the method getUser...
JACC on JBoss AS7Support for Java Authorization Contract for Containers (JACC) - JSR-115 - has been added to AS7. Common Configuration To add JACC authorization for an application, configure the security domain to used to inclu...
Programmatic Authentication in JBoss?I'm unable to find out a way to do programmatic authentication to the web container in JBoss. I see such facility is availaible in WebLogic using ServletAuthentication. and in Sun's AS81 using ProgrammaticLogin classe...
LdapExtLoginModule questionHello. I am completely new to JBOSS so please forgive what is likely a very simple question. We have an application that is using the LdapExtLoginModule to access our Active Directory envrionment. ...
Thread SPNEGOLoginModule : NullPointerException - Unable to authenticate
SPNEGOLoginModule : NullPointerException - Unable to authenticateHello Everyone, I have Configured JBOSS and My Application to enable Kerberos SSO Using JBOSS SPNEGO. Its working fine as expected. I have also tested the JBOSS Negotiation Toolkit and all test are pass...
clarification on flushAuthenticationCacheHi, I am running JBoss 4.3.0-cp09. This issue occurs only when the web application is deployed in a cluster. It doesn't appear in a standalone JBoss server. I have my own custom login module authentica...
Kerberos on JBOSS Using SSOHi , I am new to JBOSS(5.1.0.GA) and I would like to setup Kerberos Authentication for JBOSS Server Using SSO on WINDOWS environment. I have my EJB(Web) application which needs to login everytime, I would like...
@RolesAllowed ignored?I am using jboss 4.2.1.GA. I have the ff session bean
@RolesAllowed({"authenticated"})
@Stateless
@Remote({AccountRDAO.class})
public class AccountRDAOAction extends RDAOAction
implements AccountRDAO, Serializable...
What can I use to quickly find policies?So I know this documentation has to be out there somewhere, but after a morning of Googling I have not been able to come across it. I'm currently doing some work with XACML policies that are specified in an XML ...
Thread Problem with startup of server: NotSerializableException
Problem with startup of server: NotSerializableExceptionWhen I try and start up my server (JBoss SOA-P 5.1) with picketlink/box using the default profile (unaltered configuration), I get the following exception: java.lang.RuntimeException: Error configuring property: poli...