SCIMReferenceCode
SCIMReferenceCode copied to clipboard
Not able to validate/test
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/
(I disabled the authentication, and received this:
)
Best regards, Robert
you can fix SCIM JSON error by adding Produces attribute to your api calls Http(...)] as
[Produces("application/scim+json")]