1 Reply Latest reply on May 2, 2008 12:29 PM by lent

    EJB Session Context Returns Incorrect Principal With Custom

    lent

      Hello,

      I'm using JBoss Application Server 4.0.5GA.

      I wrote a custom login module which accepts either the user credentials or accepts a token which they still pass through the username/password fields. In my login module, when I detect that a token is being passed in, I retrieve the user associated with the token and then login as that user. The user is logged in properly and the correct user (Principal) is returned from the Subject retrieved from PolicyContext and security checks are performed correctly based on this user. However, if I call SessionContext.getPrincipal, then the Pricipal returned is one based on the passed in credentials (in this case the token itself) instead of being the logged in user.

      Can anyone shed light on this behaviour? Is there something special that I have to do to ensure that SessionContext has the correct Principal?

      Regards,
      Len Takeuchi