]
Pedro Igor updated WFLY-9016:
-----------------------------
Summary: SecurityDomain is lost when setting up remote outbound connections (was:
SecurityDomain is lost when setting up remote outbound connections
------------------------------------------------------------------
Key: WFLY-9016
URL:
https://issues.jboss.org/browse/WFLY-9016
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 11.0.0.Alpha1
Reporter: Pedro Igor
Assignee: Pedro Igor
When setting up the {{AuthenticationConfiguration}} during deployment
({{EjbClientContextSetupProcessor}}), the SecurityDomain defined to forward/propagate
identities is lost making impossible to propagate identities when connecting to a remote
EJB.
The reference to the {{AuthenticationConfiguration}} should be obtained at runtime during
invocations in order to be able to obtain the current identity for a given SecurityDomain.