I’m seeing an issue while trying to enable functionality for a SCIM app.
When I try to enable “Import Groups”, I’m getting a Bad Request error, with the error code being E0000020 (Illegal argument exception).
Notably, this error does NOT seem to be coming from my SCIM server, since no Groups API request ever reaches it—when I try to enable Import Groups, a “/v1/scim/v2/Users?startIndex=1&count=2” request comes through and gets a 200 reply, and that’s it. This is the same behavior that happens if I don’t have “Import Groups” enabled, and “Import Groups” is the only checkbox in the Provisioning → Integration tab that I’m not able to select.
I know that this question has been asked before (Okta Help Center (Lightning)), but I’m passing all of the RunScope tests, and my System Logs don’t reveal any errors. When I click “Test Connector Configuration”, the test is successful. I see this behavior both on existing apps and when I try to create a new app. What do I need to do to enable group imports?