Hey guys,
I’ve been trying to run the Runscope CRUD test ( Test your Okta SCIM integration | Okta Developer) to finalize my app submission.
The test keep failing on step 2 (Add new random user to Okta) with:{ "errorCode": "E0000001", "errorSummary": "Api validation failed: password", "errorLink": "E0000001", "errorId": "oae9yc-eLuqStWgNFP6CXy9IA", "errorCauses": [ { "errorSummary": "password: This password was found in a list of commonly used passwords. Please try another password." } ] }
I am not able to see a place in the initial script where a password is set, so I’m not sure why exactly this is failing, but it’s blocking me from moving on. Anyone else experienced this?
Thanks in advance!
Boyan