I have read chap8 Security on JBoss in JBoss Admin Development Guide. About 8.7 Using SSL with JBoss using JSSE, I want to know how could I do if I require the client authentication in SSL, that is, like what we did by calling SSLSocket.setNeedClientAuth()).
About JAAS and the EJB client authentication, if I want the client to be authenticated by its certificate (for example, using BaseCertLoginModule), how should I do in the EJB client? I mean what client login module should I use? should I have to develop a client login module myself(how?)? Is there any sample or document that described the client certifcate authenticate about the EJB client? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932347#3932347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932347 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
