Directory Sync Operational Flow
This software synchronizes users and groups with the IIJ ID Service via the following sequence.
- Directory Sync is started by the Windows Task Scheduler.
- Active Directory synchronization objects (users and groups) are retrieved via LDAP (S) communication.
- Information on users and groups is retrieved from the SCIM server for the IIJ ID Service, and then cache information is generated (if there is no existing cache).
- A request for the differential data based on the comparison between the retrieved Active Directory information and the cache information is generated.
* If normal_mode_dry_run.bat is used, it ends in the processing of step 4. - The differential data request is sent to the SCIM server for the IIJ ID Service.
- Job History is created by the IIJ ID Service.
- Directory Sync’s cache information is updated in accordance with the result of the differential data request.