0 Replies Latest reply on Jul 3, 2006 6:34 AM by cpegwilliam

    Login end2end encryption

    cpegwilliam

      Hi All,

      I would like to have the end to end encryption on the username and password.
      I made the applet for encryption and included in the login.jsp so that the submitted j_username and j_password is encrypted.

      I have customerized the ModelLoginModule for decrypting the user & password. Now we have problem on getting the decrypted username in the Jboss portal usermodule. whenever, we retrieve the request.getRemoteuser(), it returns the encrypted username.

      How can we let the jboss portal usermodule to return a plained username instead?

      Thanks!