]
Brian Stansberry updated WFCORE-1598:
-------------------------------------
Fix Version/s: 3.0.0.Alpha4
(was: 3.0.0.Alpha3)
Conversion of Elytron SecurityIdentity to Subject for communication
with older hosts.
-------------------------------------------------------------------------------------
Key: WFCORE-1598
URL:
https://issues.jboss.org/browse/WFCORE-1598
Project: WildFly Core
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 3.0.0.Alpha4
In the domain hierarchy clients trust the server they communicate with so this server
currently sends a serialized representation of the Subject containing information about
the user initiating the request.
For Elytron we will use the new identity propagation features however for older slaves we
will need to convert to a Subject representation.