Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anishsinha opened this issue Feb 22, 2022 · 1 comment

Comments

@anishsinha
Copy link

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
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants