Okta SCIM Deprovisioning via PUT method?
Asked Answered
B

1

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

Blackthorn answered 11/4, 2017 at 12:20 Comment(4)
Sorry, but does your username really end in "coms"?Bennybenoit
You might try their support if they're not answering on SO. :) developer.okta.com -> upper-right corner.Bennybenoit
Yes, it ends with coms :) Thanks, will try to talk with support team.Blackthorn
They support PUT now. It seems they'll first make a PATCH request (according to my server logs, I'm service vendor dev). If they get an error back, they'll try PUT.Phrenetic
B
3

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

Blackthorn answered 9/5, 2017 at 18:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.