Forum Discussion
owinoakelo
Microsoft
Sep 26, 2022Azure AD SCIM Validator is in General Availability (GA) Status
You can now validate the compatibility of your SCIM provisioning endpoint and Azure AD code base using our Azure AD SCIM Validator. This tool can be used by ISVs who want to build SCIM compatible ser...
cli1895
Oct 21, 2024Copper Contributor
hi there, I ran validator tests and all failed due to a custom domain validator we added in the SCIM app. However, when I look at the request details of each test case, I am surprised to see that all calls are POSTs. Captured here as an example, the 'PATCH user' is a POST call. So are other patch cases, filter users, delete a user, etc... Can you think of anything that is causing this behavior? thanks for your help.
- owinoakeloOct 22, 2024
Microsoft
cli1895 We create a new user for every test. The POST requests you are seeing is to create a new user who will then be PATCHED as per the test.
- cli1895Oct 22, 2024Copper Contributor
owinoakelo thanks for quick reply.
Is it correct to assume that If the first POST call did not go through, the subsequent PATCH/DELETE will not be made?
- owinoakeloOct 23, 2024
Microsoft
That's right. The POST has to be successful for the next calls to work.