I am trying to find a way of capturing a user's password so that I can have the user login to one of my web applications (which acts as a client), and pass it to a second application (which acts as the server). Currently my applications are deployed in Tomcat and I am struggling to find a way to implement this.
If I was to migrate to JBoss, would the JAAS modules of JBoss allow me to grab the password during the authentication process? If so, would the password be encrypted, or would I be able to pass it as raw text to my second application? I've read through the FAQs and can't find the answer. Any advice would be much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897698#3897698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897698 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
