1 Reply Latest reply on Sep 19, 2006 4:55 PM by joseinaciosilvajunior

    SPNEGO/Kerrberos  SSO - Request.getRemoteUSer()

      I was able to get the Silent Authentication on Windows working based on " http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos ".

      But, when I tried a request.getremoteUser() on a server side JSP code, I get 8 digit numeric value. I was expecting something like a 'mydomain\joe'. This number changes for every invocation of this JSP.

      How do I get the remote user? (int his case the userid used to logon to the domain on a workstation.

      - Hari