Hi Team,
We are currently evaluating approaches in ISC to synchronize Azure AD device ownership information into Okta via ISC.
The two approaches under consideration are:
-
Scheduled Workflow invoking Microsoft Graph API (/users/{UPN}/ownedDevices) with delta comparison inside the workflow
-
Web Services connector using full or delta aggregation (dependent user → device aggregation)
The key design decision hinges on whether Microsoft Graph reliably supports delta tracking for user-ownedDevices relationships, specifically for ownership add/remove events (not just device updates).
Has anyone implemented this using ISC and can share:
Whether Graph delta queries reliably capture ownership changes
Any limitations or edge cases observed
Best practices for handling scale and performance in this scenario
Any real-world experience or guidance would be greatly appreciated. Thanks.