Dennis Kieselhorst [
https://community.jboss.org/people/kieselhorst] created the
discussion
"Re: Security propagation from remote EJB clients to AS7"
To view the discussion, visit:
https://community.jboss.org/message/763134#763134
--------------------------------------------------------------
IMHO authentication works with the latest version, but the propagation of the JAAS
LoginContext (ClientLoginModule) is still unsupported. This means if you call
javax.ejb.EJBContext.getCallerPrincipal(), lookup javax.security.auth.Subject.container
via javax.security.jacc.PolicyContext or similar you will get the default user specified
in the client properties or on the remote-outbound-connection.
I'd greatly appreciate any samples on how to implement remote client calls with
different authentications in AS7.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/763134#763134]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]