-
Bug
-
Resolution: Done
-
Major
-
2.9.0.Final
-
None
Not possible to add the configuration since
Unexpected HTTP response: 500 Request { "operation" => "list-add", "address" => [ ("subsystem" => "elytron"), ("http-authentication-factory" => "test") ], "name" => "mechanism-configurations", "value" => { "mechanism-name" => "test", "host-name" => "test" } } Response Internal Server Error { "outcome" => "failed", "rolled-back" => true }
If user add the configuration using CLI and then tries to remove it using console it's again not possible due to
Request { "operation" => "list-remove", "address" => [ ("subsystem" => "elytron"), ("http-authentication-factory" => "test") ], "name" => "mechanism-configurations", "value" => { "mechanism-name" => "test", "host-name" => "test" } } Response Internal Server Error { "outcome" => "failed", "rolled-back" => true }
Both these errors are caused by console using http-authentication-factory instead of sasl-authentication-factory
- clones
-
JBEAP-8126 Not possible to either add or remove mechanism-configurations of SASL Authentication
- Closed