I am using Jboss 3.2.7 and I am trying to solve a similar problem. I am writing
Custom JAAS LoginModule and want to access HttpSession in the LoginModule to
store some information.
Using static methods of the the JACC javax.security.jacc.PolicyContext object
is a good solution, but it is avail
Thanks for your response
I should have clarified that I am using JBoss 3.2.7
I first tested authentication policy 'jmx-console' for securing JMX-Console and
I was able to log in using admin/admin. I believe that the query is correct.
After I verified that authentication policy, I tried using th
I am trying to call secure EJB from outside the JVM using a simple java client.
Here are the steps I followed to configure my client -
1. Defined auth.conf file
client-login{
|org.jboss.security.ClientLoginModule required;
|};
2. Wrote the client that make a call to secure