]
Ondrej Lukas updated WFCORE-2724:
---------------------------------
Affects Version/s: 3.0.0.Beta13
Attribute protocol in authentication-configuration of Elytron
subsystem is not used
-----------------------------------------------------------------------------------
Key: WFCORE-2724
URL:
https://issues.jboss.org/browse/WFCORE-2724
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta13
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Blocker
When authentication-configuration in Elytron subsystem uses attribute {{protocol}} then
value of this attribute is not used for outgoing connection. Attributes {{host}} and
{{port}} are used correctly.
Following authentication-configuration of Elytron subsystem should use URL
{{remote+http://localhost:9990}} for outgoing connection, but protocol {{remote+http}}
from {{protocol}} is not used:
{code}
<authentication-configuration name="authConfig"
authentication-name="admin" protocol="remote+http"
host="localhost" port="9990">
<credential-reference clear-text="pass@123"/>
</authentication-configuration>
{code}