Forum Discussion
owinoakelo
Sep 26, 2022Brass Contributor
Azure 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...
norfas
Mar 16, 2023Copper Contributor
I suspect I found a bug in SCIM Validator. What should I do?
Please refer to the image below.
owinoakelo
Mar 20, 2023Brass Contributor
norfas Thanks for highlighting this. This has to do with the communication of the error. Question, when you did the patch operation, did you commit the updates that we sent over to your db? This error is mostly likely coz you did not commit the updates and so what you returned to us in the shown response is not the true state of your db.
- norfasMar 20, 2023Copper Contributorowinoakelo
Thank you for your response, it helped!
FYI I did commit the updates to our db, but the Validator were issuing an extra HTTP GET request that was processed by our Cache layer that still had an old value.
It would be nice if your Validator were more transparent as to what it does exactly (or maybe open-sourced?)...
But this specific problem is resolved for me now, thank you again.- owinoakeloMar 30, 2023Brass Contributor
norfas Thank you. We are working on improving the UI to surface this additional call.