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

Non-compliant SCIM payload returned when user extension is defined

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.9
    • 3.0.10
    • core, extensions

    Description

      When SCIM user extension is defined as introduced by SYNCOPE-1822, the following JSON payload excerpt is returned:

      "urn:ietf:params:scim:schemas:extension:syncope:2.0:User": {
          "attributes": {
            "extmail": "verdi@syncope.org"
          }
        }
      

      while it should be instead

      "urn:ietf:params:scim:schemas:extension:syncope:2.0:User": {
          "extmail": "verdi@syncope.org"
        }
      

      e.g. without the attributes container.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: