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?
coms
:) Thanks, will try to talk with support team. – Blackthorn