]
Farah Juma commented on WFCORE-4106:
------------------------------------
Analysis document:
Add the ability to configure security providers using Elytron
subsystem security properties
-------------------------------------------------------------------------------------------
Key: WFCORE-4106
URL:
https://issues.jboss.org/browse/WFCORE-4106
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Reporter: Farah Juma
Assignee: Farah Juma
It should be possible to configure security providers using the {{security-properties}}
attribute in the Elytron subsystem. For example, it should be possible to use the
following command to register custom security providers instead of needing to manually
update the {{java.security}} file:
{code}
/subsystem=elytron:write-attribute(name=security-properties,value={\
security.provider.1=PROVIDER_1,\
security.provider.2=PROVIDER_2\
...\
}
{code}