[jboss-jira] [JBoss JIRA] (WFLY-5615) Security module options not parsed

Heiko Braun (JIRA) issues at jboss.org
Mon Nov 2 04:10:00 EST 2015


     [ https://issues.jboss.org/browse/WFLY-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated WFLY-5615:
------------------------------
    Summary: Security module options not parsed  (was: Secutiry module optioins not parsed)


> Security module options not parsed
> ----------------------------------
>
>                 Key: WFLY-5615
>                 URL: https://issues.jboss.org/browse/WFLY-5615
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management, Security
>    Affects Versions: 10.0.0.CR4
>            Reporter: Heiko Braun
>            Assignee: Brian Stansberry
>            Priority: Critical
>
> 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. 
> {noformat}
>  <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>
> {noformat}
> {noformat}
> [standalone at 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
>     }
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list