-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
Generally it was the authentication client and it's XML parser that needed to be able to load all Elytron Providers so we hard coded Provider resolution.
We have a couple of alternative options: -
- Hard code the class names in the authentication client and attempt to load 'best efforts'
- Load using ServiceLoader discovery but sort them into the correct position.