Search code examples
oktaokta-apiscimscim2

Okta SCIM Deprovisioning via PUT method?


Our backend server doesn't support HTTP PATCH method (only PUT). As the result we cannot properly Unassign User from SCIM app.

When I try Unassign User, Okta SCIM seems make PATCH request (not PUT). The Okta SCIM docs says:

Okta also does a PUT if the Patch is not supported for deactivation.

So, question is how can I switch Okta SCIM app to make PUT instead PATCH?

Error message from Dashboard/Tasks tab. enter image description here


Solution

  • The OKTA doesn't support PUT right now for deactivation. They are going to implement that feature.