SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Not able to validate/test

Open robertmuehsig opened this issue 10 months ago • 1 comments

Hi,

based on the old issues I assume this project is not maintained anymore, but I would like to point out, that the current implementation can't be validated with this tool: https://scimvalidator.microsoft.com/

Image

(I disabled the authentication, and received this:

Image)

Best regards, Robert

robertmuehsig avatar Mar 21 '25 14:03 robertmuehsig

you can fix SCIM JSON error by adding Produces attribute to your api calls Http(...)] as

[Produces("application/scim+json")]

vsix27 avatar Apr 15 '25 19:04 vsix27