11

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

Andrii Furmanets
  • 771
  • 2
  • 8
  • 29

1 Answers1

3

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

Andrii Furmanets
  • 771
  • 2
  • 8
  • 29