Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,317 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
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