EntraID scimvalidator tests are crashing

Sergei Bednyi 0 Reputation points
2025-02-19T14:27:47.35+00:00

Hi

Recently added tests "Add Manager/Replace Manager" in https://scimvalidator.microsoft.com/ are crashing for our SCIM service even though requests are processed successfully:

User's image

Request generated by test:

  {
    "Operations": [
      {
        "op": "add",
        "path": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager",
        "value": "71bd7532-290f-416b-9983-47110802c839"
      }
    ],
    "schemas": [
      "urn:ietf:params:scim:api:messages:2.0:PatchOp"
    ]
  }

Response returned by SCIM service:

Response Status: 204 NoContent

I suspect tests are incorrectly handling 204 response with empty body. Can you please fix these tests ?

Note: At the same time "Remove Manager" test is passing successfully.

Regards,

Sergei

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,317 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.