Azure AD SCIM provisioning - SCIM validators test is failing for delete user

Ruchi 406 Reputation points
2023-11-30T06:02:28.59+00:00

Hi Team,

We are testing our SCIM provisioning apis using SCIM validator. Delete user test case was passing earlier, but has started failing recently. Below are request and response. Please let us know the root cause for the failure.

DELETE /Users/Id
Delete a User

This test must pass for compliance.
HTTP Request
GET https://iq1services.fiberlink.com/scim-provisioning-apis/60006852/scim/v2/Users/87C2D997DF19B48FE01A809B59289E77 1.1
Host: iq1services.fiberlink.com
Response Received
Response Status: 404 NotFound

Response Headers
Server: Apache
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Date: Thu, 30 Nov 2023 05:55:48 GMT
Connection: keep-alive
X-Akamai-Staging: ESSL
Content-Type: application/scim+json
Content-Length: 135
Response Body
{
  "detail": "Resource 87C2D997DF19B48FE01A809B59289E77 not found",
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:Error"
  ],
  "status": 404
}

User's image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,048 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,801 Reputation points Microsoft Employee Moderator
    2023-11-30T16:38:40.3666667+00:00

    Looking at the first example of a 404 error that I found in the SCIM spec, the status attribute's value is a string and you are passing an integer. Try doing "404" rather than 404?


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.