3 Replies Latest reply on Mar 24, 2005 5:52 PM by starksm64

    principal=null even when unauthenticatedIdentity is set

    mbeyer73

      Hello all!

      I am using a UsernamePasswordLoginModule with JBoss 3.2.5.

      Authentication works well BUT: some functionality should be available to public -- without needing someone to login. Although I have the unauthenticatedIdentity option set, accessing a Session Bean via JSP results in a "java.lang.SecurityException: Authentication exception, principal=null".

      Am I missing something? Do I have to do a login with null values somehow?

      Cheers,
      Marcus