https://github.com/compcode1/entra-cloud-sync-level-2
his project builds on the foundational Level 1 scenario: enabling Microsoft Entra Cloud Sync for a small business with an existing on-premises Active Directory.
https://github.com/compcode1/entra-cloud-sync-level-2
active-directory configurations entra-cloud-sync microsoft-entra-id synchronization-agent
Last synced: 4 months ago
JSON representation
his project builds on the foundational Level 1 scenario: enabling Microsoft Entra Cloud Sync for a small business with an existing on-premises Active Directory.
- Host: GitHub
- URL: https://github.com/compcode1/entra-cloud-sync-level-2
- Owner: Compcode1
- License: gpl-3.0
- Created: 2025-08-04T21:41:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T21:48:52.000Z (6 months ago)
- Last Synced: 2025-09-16T11:23:47.756Z (4 months ago)
- Topics: active-directory, configurations, entra-cloud-sync, microsoft-entra-id, synchronization-agent
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Entra Cloud Sync Level 2 – Technical Configuration
This project builds on the foundational Level 1 scenario: enabling Microsoft Entra Cloud Sync for a small business with an existing on-premises Active Directory. While Level 1 focused on business fit and general architecture, Level 2 documents the technical steps required to deploy the synchronization agent and securely establish identity synchronization between on-prem and cloud.
🔧 Project Scope (Level 2)
Focus: Agent installation, permissions, and initial sync validation
Reuses Level 1 scenario (Acme Finance Group) for continuity
Demonstrates technical viability of lightweight hybrid identity without custom rules or advanced flows
✅ Key Configuration Steps
Install Cloud Sync Agent
Requirements: .NET Framework 4.7.2+, Windows Server with access to domain controllers
Installation via lightweight wizard downloaded from Microsoft Entra Admin Center
Grant Directory Permissions
Admin grants delegated access using the provisioning wizard
Domain acme.local is successfully authorized for synchronization
Define Organizational Units (OUs)
Admin selects which on-prem OUs will sync to Entra ID
Example: sync only Accounting and Support user groups
Enable Initial Sync
Sync status is verified via Entra ID portal
Optional: test sign-in with synced user to confirm result
🧭 Roadmap Context
This project is Level 2 of a five-level roadmap:
Level 1 – Business Fit & Orientation (completed)
Level 2 – Technical Configuration (this project)
Level 3 – Custom Use Cases (coming next)
Level 4 – Monitoring, Troubleshooting, and Health
Level 5 – Migration Planning & Advanced Integration
🔗 Related Projects
Level 1: Initial Hybrid Identity Integration via Microsoft Entra Cloud Sync