2 Replies Latest reply on Aug 21, 2002 8:05 AM by joe543

    Usage of unauthenticatedIdentity parameter in auth.conf

    wchao

      Anybody know how to use unauthenticatedIdentity? I would like to have unauthenticated visitors belong to the role 'guest', but Tomcat seems to require login when I protect a section of the webapp and require role 'guest'. I have unauthenticatedIdentity=guest in my auth.conf with DatabaseServerLoginModule.

      The underlying problem I am trying to solve is that Tomcat (at least the version integrated with JBoss 3.0 beta) doesn't seem to carry the authentication information to unprotected sections of the webapp even after the user has logged in.