JBoss Community

Re: Can't get SessionContext.isCallerInRole(...) to work from remote call.

created by Krister Wicksell in EJB3 - View the full discussion

The test client is setting the property java.security.auth.login.config to the file auth.conf that have the following content:

 

zert {
   org.jboss.security.ClientLoginModule required;
};

 

Shouldn't that be enough? I don't have any security domain called zert in my login-confix.xml. Instead I have deployed the security config listed above in my EAR-file.

Reply to this message by going to Community

Start a new discussion in EJB3 at Community