[jboss-user] [Security & JAAS/JBoss] - Re: User credentials lost after remote EJB call
scott.stark@jboss.org
do-not-reply at jboss.com
Sat Dec 16 14:09:30 EST 2006
The problem is that JndiLoginInitialContextFactory is not designed to be used in a server environment. It should be updated to for this usage:
http://jira.jboss.com/jira/browse/JBAS-3948
For now you need to use a jaas login using the org.jboss.security.ClientLoginModule to set the caller for the remote ejb.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994443#3994443
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994443
More information about the jboss-user
mailing list