• How can I configure the ManagementRealm to work with one of my already defined login modules?

    I have tried this: It works fine for my application but doesn't work for the management console   What am I missing here?             <management>    &...
    Profile Photo
    created by michaelyaakoby
  • PicketBox CDI user roles update population

    Hi,   I have  a use case where a user logs in after sign up form completion. At that moment user doesn't have any role. After email confirmation user logs in and, as it has no role, he/she has to choose a p...
    Profile Photo
    created by esteve
  • EJB3 and SPNego/Kerberos

    http://community.jboss.org/wiki/EJB3AuthenticationWithSPNEGO   Feedback appreciated.
    Profile Photo
    last modified by anil.saldhana
  • Jboss Negotiation 2.1.1 and EJB3 Authentication

    Hi all,   I have the following setup: JBoss Negotiation 2.1.1 AD on Windows Server 2003 JBoss 4.2.3 on Windows Server 2008 R2 Client IE8 on Windows 7   My main goal is to have SSO on my app (after a us...
    Profile Photo
    last modified by bmateus
  • Login failure: javax.security.auth.login.LoginException: java.lang.NullPointerException

    Hi All,   Could anyone help me fix with the below error trace? Am using JBoss AS 7.1.1 migrating from Jboss 3.2 and also using liferay portal. Is there any documentation for JAAS used in JBoss AS 7.1? Any spec...
    Profile Photo
    created by chandrup
  • Tomcat 7 DatabaseServerLoginModule "Transaction Manager is null"

    Hi all,   I'm trying to use Picketbox 3.0.0 in Tomcat 7 (using TomEE-plus 1.5.1). I want to use a DatabaseServerLoginModule, so I have defined the following configuration:   login.cofig   ajn2LoginMo...
    Profile Photo
    created by sergiocg
  • Session id is being passed as Principal name

    I am using Jboss negitiation 2.0.3 SP2 with Jboss 4.3.2 for spengo authentication and  AdvancedLdapLoginModule for authorization.   It works fine, however my application calls another EJB application remot...
    Profile Photo
    created by memeslayer
  • Setting prepared-statement-cache-size in jboss 7.02

    I am using Jboss AS 7.0.2 with i-Batis 2.3.4x as the ORM framework with the default settings. I have defined my POJO classes such that there is a uni-directional mapping within the related objects. Strangely i get an ...
    Profile Photo
    created by akhilachuthan
  • Picket Box + CDI authentication exception handler

    Hi, I would like to know how can we handle or catch a @UserLoggedIn exception thrown when a user is not logged in to produce a response in JAX-RS like this: log.error("Error loading club for userAccountId "+  use...
    Profile Photo
    created by esteve
  • Unable to access data-source in jBoss 7.1.1

    Hi,   I am deploying one war file in jboss7.1.1 in standalone deployements. For this datasources are needed. I created datasources in standalone.xml file as shown below.   <datasource jndi-name="java:jb...
    Profile Photo
    last modified by nthete
  • Any way to send back a HTTP 500 with LdapLoginModule?

    Hi,   I am using the LdapLoginModule to authenticate users for our app against Microsoft AD. I noticed that if my server cannot connect to the AD, My client still get back a HTTP 401. I would expect a HTTP 500 w...
    Profile Photo
    last modified by yichen
  • PicketBox 5.0.0-2012Nov26 has been released

    Hi All,       We are glad to announce that a timed version was released for PicketBox 5.0.0. https://docs.jboss.org/author/display/SECURITY/Timed+Release+2012-Nov-26     ...
    Profile Photo
    last modified by pcraveiro
  • PicketBox 5.0.0-2012Aug24 has been released

    Hi All,       We are glad to announce that a timed version was released for PicketBox 5.0.0.   https://docs.jboss.org/author/display/SECURITY/Timed+Release+2012-Aug-24     &#...
    Profile Photo
    last modified by pcraveiro
  • how to populate login info when using jboss-jaas architecture in JSF project?

    Dear all,       I try to use login module, "org.jboss.security.auth.spi.UsersRolesLoginModule", to perform authetication. But it seems not support <redirect /> tag in faces-config.xml. I p...
    Profile Photo
    created by streetpoet
  • Using LdapExtLoginModule without Roles as separate objects in the directory

    Hi. I'm trying to configure the security domain for my web application. Our users are stored in eDirectory, so I'll be using the org.jboss.security.auth.spi.LdapExtLoginModule. All the examples I found from the docume...
    Profile Photo
    last modified by ndrw_cheung
  • Problem with JBoss Negotiation 2.1

    My goal is simple. Just to get the windows user id from the browser on to the server.   Tried successfully the Jboss Negotiation 2.0.3 SP2.   Followed this link for the configuration. http://www.6footplu...
    Profile Photo
    last modified by unnijboss
  • Issue while implementing SPNEGO using Jboss Negotiation?

    Hi,   I am implementing "Integrated Windows Authentication" using SPNEGO in JBoss EAP 5.1.2 by referring Jboss Negotiation User Guide. I had completed all the tasks as mentioned in guide with basic SPNEGOLoginM...
    Profile Photo
    last modified by puneet82
  • SPNGEO error: decryption key is of type NULL

    Hello!   I am currently trying to connect a JBoss 7.1.1 server to a Kerberos server using the jboss-negotiation-toolkit. The general authentication seems to work, since I have two valid tickets after opening the...
    Profile Photo
    last modified by windy
  • A-Z guide on JBOSS

    This is my blog about JBOSS.. I think this is a good blog. Because, when I was learning about JBOSS, I have to face lot of difficulties. So i thought  to write this blog. This is a easy guide to learn JBOSS. Ther...
    Profile Photo
    last modified by akusith
  • Programmatic authentication with JBoss 7.1.1

    Dears, I've already created a discussion about this at AS7 forum, i've used a code like this but it doesn't work :   SecurityContext securityContext = SecurityFactory.establishSecurityContext("java:/jaas/MyReal...
    Profile Photo
    created by iabughosh