• Principal lost in @Timeout

    Hi,   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...
    Profile Photo
    last modified by atijms
  • 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...
    Profile Photo
    created by atijms
  • 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...
    Profile Photo
    last modified by jawso
  • Is it possible to add Login Modules programmatically

    I 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...
    Profile Photo
    last modified by lindsaybraine
  • Two-factor authentication - client X.509 cert plus username+password

    I 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...
    Profile Photo
    last modified by justincranford
  • DatabaseLoginModule execute code when correct login is done

    Hello 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...
    Profile Photo
    created by zeroshade
  • Kerberos application server authentication

    Hello:   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...
    Profile Photo
    created by ivankychung
  • How to migrate custom security configuration from JBoss 4.x to AS 7

    Hello,   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...
    Profile Photo
    last modified by arakasi69
  • 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...
    Profile Photo
    last modified by zeroshade
  • Custom Principal class problem. SessionContext always return

    Hi 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...
    Profile Photo
    last modified by misqu23
  • JACC on JBoss AS7

    Support 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...
    Profile Photo
    last modified by anil.saldhana
  • Access Contol for the JMX-Console

    Access Contol for the JMX-Console
    Profile Photo
    last modified by manogaranyuvaraj
  • 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...
    Profile Photo
    last modified by evsrao
  • LdapExtLoginModule question

    Hello.  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.  ...
    Profile Photo
    created by jadedpuppy
  • SPNEGOLoginModule : NullPointerException - Unable to authenticate

    Hello 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...
    Profile Photo
    last modified by mehul.kapadia
  • clarification on flushAuthenticationCache

    Hi,   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...
    Profile Photo
    created by palkape
  • Kerberos on JBOSS Using SSO

    Hi ,   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...
    Profile Photo
    last modified by mehul.kapadia
  • @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...
    Profile Photo
    last modified by jjonphl
  • 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 ...
    Profile Photo
    created by joshc1107
  • Problem with startup of server: NotSerializableException

    When 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...
    Profile Photo
    last modified by kinderpe