[jboss-jira] [JBoss JIRA] (WFLY-7840) elytron: authentication-context validation errors

Jan Kalina (JIRA) issues at jboss.org
Tue Jan 3 16:09:00 EST 2017


    [ https://issues.jboss.org/browse/WFLY-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13342778#comment-13342778 ] 

Jan Kalina commented on WFLY-7840:
----------------------------------

[~brian.stansberry] https://github.com/wildfly-security/elytron-subsystem/blob/master/src/main/java/org/wildfly/extension/elytron/AuthenticationClientDefinitions.java#L245

> elytron: authentication-context validation errors
> -------------------------------------------------
>
>                 Key: WFLY-7840
>                 URL: https://issues.jboss.org/browse/WFLY-7840
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>            Reporter: Claudio Miranda
>            Assignee: Jan Kalina
>
> elytron resource authentication-context has attribute match-rules marked as required=false and nillable=true, but fail to add an authentication-context with no match-rules attribute
> {code}
> /profile=default/subsystem=elytron/authentication-context=test123:add
> {
>     "outcome" => "failed",
>     "failure-description" => {"domain-failure-description" => "WFLYCTL0155: 'match-rules' may not be null"},
>     "rolled-back" => true
> }
> {code}
> Resource description snippet
> {code}
> "match-rules" => {
>     "type" => LIST,
>     "description" => "The match-rules for this authentication context.",
>     "expressions-allowed" => false,
>     "required" => false,
>     "nillable" => true,
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list