<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000084lf92CAAOkta Classic EngineIntegrationsAnswered2024-03-25T03:39:16.000Z2022-09-09T21:02:00.000Z2022-09-12T19:07:32.000Z

MatthewE.60094 (Customer) asked a question.

Okta LDAP Query Includes Deprovisioned Users

We created an LDAP Interface to use for migrating user info from Okta to Igloo, our Intranet solution. Using Okta as the source is the best solution for us as we have aggregated multiple active directories into our instance.

 

The data import works great, except that it's not listing Deprovisioned users as "deactivated" so that we can remove them from the Igloo system. All of the documentation says to use the "userAccountControl" attribute, but I cannot find that as part of the user object.

 

I've tried writing a clause to the LDAP search string to exclude "status=DEPROVISIONED" and have had no luck. Same with hoping that "userAccountControl" would do the job.

 

Any thoughts on how to filter those users out of our query? The current LDAP is:

 

(&amp;(objectclass=inetOrgPerson)(memberOf=cn=targetGroup))

 

Thanks!


This question is closed.
Loading
Okta LDAP Query Includes Deprovisioned Users