0 Replies Latest reply on Aug 21, 2002 4:01 PM by inspace

    ClientLoginModule produced empty Subject

    inspace

      Hi everybody,

      I'm using the ClientLoginModule for my client authentication. When the client is calling server side services (ejbs) the user gets authenticated with the server LdapLoginModule and everything works fine except that the Subject object on the client side is always empty. I'm using the LoginContext to get the Subject on the client. Why is it empty even if the user is authenticated?

      Environment : JBoss 3.0 with jdk 1.4

      Francois