[jboss-user] [Security & JAAS/JBoss] - Principal propagation with remote EJB calls
gjeudy
do-not-reply at jboss.com
Fri Apr 11 15:30:15 EDT 2008
Hi,
I have setup CallerIdentityModule as described in this post [url]http://wiki.jboss.org/wiki/ConfigJCALoginModule, if I issue a remote call from an authentified EJB(residing in EAR1) how should the propagation work?
I tried adding jboss-app fragment below to the other EAR (EAR2) hosting the target EJB:
| <jboss-app>
| <security-domain>java:/jaas/RDMRealm</security-domain>
| </jboss-app>
|
I have to mention that the principal gets passed normally for all local calls on other EJBs residing in the same EAR (EAR1) where the principal was initially authentified.
I should I go about with this ?[/url]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143524#4143524
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143524
More information about the jboss-user
mailing list