Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1030

Invalid DefaultAccountRule definition from Admin Console

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2
    • 2.0.3, 2.1.0
    • console
    • None

    Description

      When adding DefaultAccountRule instances to an Account Policy or DefaultPasswordRule instances to a Password Policy from Admin Console, in case wordsNotPermitted, prefixesNotPermitted or suffixesNotPermitted are not specified, the following JSON payload is sent to the Core (excerpt):

              "wordsNotPermitted": [
                null
              ],
              "prefixesNotPermitted": [
                null
              ],
              "suffixesNotPermitted": [
                null
              ]
      

      e.g. instead of empty arrays, singleton arrays with a null element.

      This will later cause troubles during policy evaluation.

      Attachments

        Activity

          People

            fmartelli Fabio Martelli
            ilgrosso Francesco Chicchiriccò
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: