I downloaded OKTA default test suite from, http://developer.okta.com/standards/SCIM/SCIMFiles/Okta-SCIM-20-SPEC-Test.json. I uploaded this to Runscope and tried to execute tests (I am referring to line number 782 in this json file.)
I noticed that “Required Test: Create Okta user with realisitic values” test case in OKTA SCIM default test which is a POST request to Create user resource (“Required Test: Create Okta user with realisitic values” POST {{SCIMBaseURL}}/Users) does not have Content-Type (In Line 782 in attached json file). Is this intended or it's a bug? When the “Content-Type” is not presented in the request, our SCIM Api returns Http Status Code 415.