Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7840

elytron: authentication-context validation errors

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • None
    • Security
    • None

    Description

      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

      /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
      }
      

      Resource description snippet

      "match-rules" => {
          "type" => LIST,
          "description" => "The match-rules for this authentication context.",
          "expressions-allowed" => false,
          "required" => false,
          "nillable" => true,
      

      Attachments

        Issue Links

          Activity

            People

              jkalina@redhat.com Jan Kalina (Inactive)
              cmiranda@redhat.com Claudio Miranda
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: