FabianZoon / SCIM2

.Net Library for SCIM2.0. Especially designed for OKTA provisioning.
0 stars 0 forks source link

Okta doesn't perform DELETE operations on User objects in your SCIM application. #6

Open anishsinha opened 2 years ago

anishsinha commented 2 years ago

Could you please suggest which event will trigger if a user is de-assign from respective application.

public delegate Result getUsers(int startIndex, int count); or getUsers does not get triggered.

FabianZoon commented 2 years ago

The fun of a 0.1 version project, is more a proof of concept. First of all, don't forget to enable the Deactivate Users in the Provisioning in Okta. (I guess that is your problem) That should trigger an user update when it is deactivated (more info you can read on https://developer.okta.com/docs/reference/scim/scim-20/#delete-users)