Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 709
Andrii Furmanets Avatar asked Apr 11 '17 12:04

Andrii Furmanets


1 Answers

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

like image 98
Andrii Furmanets Avatar answered Sep 27 '22 22:09

Andrii Furmanets