]
Darran Lofthouse resolved ELY-1152.
-----------------------------------
Resolution: Done
Rework security Provider behaviour
----------------------------------
Key: ELY-1152
URL:
https://issues.jboss.org/browse/ELY-1152
Project: WildFly Elytron
Issue Type: Task
Components: Authentication Client
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 1.1.0.Beta43
Everything that makes use of providers should be using a Supplier<Provider[]> which
exists as a result of parsing the configuration.
Our default behaviour should likely be a combination of globally defined providers, and
service loader discovered providers. Config then is more likely to be about disabling one
or both rather than enabling.