Submitting Okta Integration
A list of problems I ran into when attempting to make the CRUD tests past in Runscope.
Problem: I run into an issue where the requests were unauthorized (401) Solution:
- Check that your token is up to date. I hadn't run the tests in a long time so my initial token had expired
- The token must accept connections from
Any IP
.
Problem: My Okta integration makes a POST request to my application but no user is created.
Solution: In the Provisioning
section of your application, enable Create Users
. I also enabled Update User Attributes
and Deactivate Users
.
Problem: I received an error from my application saying that the password was too short.
Solution: In the Provisioning
section under Create Users
, disable Set password when creating new users
.