-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
10.0.0.CR4
-
None
I've created a login module with several options and the result appears in standalone.xml. However when I read the resource using the CLI, these options are not shown.
<security-domain name="myDomain" cache-type="default">
<authentication>
<login-module name="myauth" code="Simple" flag="optional"/>
<login-module name="myauth2" code="SimpleUsers" flag="sufficient">
<module-option name="foo" value="bar"/>
<module-option name="one" value="two"/>
</login-module>
</authentication>
</security-domain>
[standalone@localhost:9990 /] /subsystem=security/security-domain=myDomain/authentication=classic/login-module=myauth:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"code" => "Simple",
"flag" => "optional",
"module" => undefined,
"module-options" => undefined
}
}
- causes
-
HAL-943 Security domain module options not reading data from configuration
-
- Resolved
-