SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Postman GET empty Users in Endpoint tests having issues

Open rdelao opened this issue 4 years ago • 0 comments

All other user routes work because the target /Users (with a capital "U"); however the GET empty Users test in the Endpoint tests targets the /users route (lower case "u").

This is causing the test to fail for me because our application respects the case-sensitivity of the resource.

While the SCIM specification explains that the JSON attributes should be treated case-insensitively, it does not say anything explicitly about the case-sensitivity of the Resource route paths. The RFC only shows examples with /Users and /Groups (no mention of /users or /groups)

I'm curious if treating this route case-insensitively is a hard requirement for Azure AD SCIM applications or if this was a bug in the postman test.

rdelao avatar Oct 27 '20 22:10 rdelao