]
Josef Cacek updated WFLY-8430:
------------------------------
Git Pull Request:
EJB call through remote-outbound-connection doesn't authenticate
with Elytron
-----------------------------------------------------------------------------
Key: WFLY-8430
URL:
https://issues.jboss.org/browse/WFLY-8430
Project: WildFly
Issue Type: Bug
Components: EJB, Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Critical
Labels: eap71_beta_candidate
The {{remote-outbound-connection}} with user authentication configured, doesn't work
with Elytron because the SASL authentication fails.
Scenario:
* from a deployment is made a remote EJB call through defined remote-outbound-connection
(which specifies valid username and legacy security realm with valid password)
Current behavior:
* The call fails with authentication exception (for Elytron configuration).
Expected behavior:
* The remote EJB call is allowed with Elytron configured as the default security provider