
fishere.26559 (Customer) asked a question.
Note: I don't think there was an appropriate category for this question...
We're running into issues with our Java Apache HttpClient ConnectManager using stale connections when attempting to execute Http Requests against the Okta Admin APIs. It looks like Okta is not terminating idle connections gracefully.
I looked all over but could not find any supporting documentation around this:
What are the recommended Http Connection timeout configurations when interacting with the Okta Rest APIs?

Hi Fisher,
The global timeouts @Okta are Connect timeout (MS) 60000 / Read timeout (MS) 60000 and these are the recommended timeout configuration when interacting with Okta API. Thank you,