RD

Results 4 issues of RD

From my understanding, as per the SCIM specification, the ServiceProviderConfig discover endpoint path should be `/ServiceProviderConfig`, not `/serviceConfiguration`. Is this a bug in the postman test?

bug
rfc alignment

My following response will fail the Postman because it expects the `/Users` resource to be listed first. Is this an actual requirement or for AD SCIM application or is this...

bug
test

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")....

question
test

The following request in the postman test exists in the User Tests: `{{Protocol}}://{{Server}}{{Port}}/{{Api}}/Users/?filter=DisplayName+eq+%22BobIsAmazing%22` The extra `/` after the resource is causing issues. Is this extra `/` something our application should...

bug
test