]
Kabir Khan resolved WFLY-8090.
------------------------------
Fix Version/s: 11.0.0.Alpha1
Resolution: Done
Changing Elytron default-authentication-context requires server
restart
-----------------------------------------------------------------------
Key: WFLY-8090
URL:
https://issues.jboss.org/browse/WFLY-8090
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 11.0.0.Alpha1
Attachments: AuthnContextApp.war
In case when Elytron subsystem attribute default-authentication-context is changed
(through write-attribute or undefine-attribute operation) then operation succeed and
server is NOT set to reload-required state. However changed value is not used until server
is reload.
Before fixing, it must be decided whether change of default-authentication-context should
require server reload or not. [~dlofthouse] What should be correct behavior?