We are running tests from the SCIM spec test suite using Runscope and are finding that some assertions are failing.
-
Required Test: Test Users endpoint;
body.itemsPerPage
andbody.startIndex
assertions failing. We do not support pagination and always return all users. How can we remove those two assertions? Alternatively, what can we do here? -
Required Test: Create Okta user with realistic values; failing assertion that email is not all lower case.
We convert all emails to lower case on our end. How can we remove this assertion? Alternatively, what can we do here?