It appears that one of the Microsoft SCIM Validator tests is failing, and I suspect it might be a bug in their tool. I’m reporting this for awareness and further investigation #59
Labels
wontfix
This will not be worked on
I’ve noticed a bug on Microsoft’s end—one of their testing is failing per their tool (you can find it at this [link] https://scimvalidator.microsoft.com/) as shown below,
However, I don’t believe it’s a bug in the Scimmy library. The issue arises from a PATCH request with a blank required ‘Operations’ attribute. To address this, I made a tweak in the Messages.js file (specifically, I updated line 275 from if (this.#dispatched && !operations.length) to if (this.#dispatched && !operations)). This adjustment is relevant for those who want to use and test against the Microsoft SCIM Validator. And hey, kudos to you for implementing and publishing this fantastic SCIM library! 😊
The text was updated successfully, but these errors were encountered: