Question

Difficulty: EasyHybrid and Multi-Tenant Identity Solutions

Contoso Pharmaceuticals has an on-premises Active Directory Domain Services (AD DS) environment and multiple Microsoft Entra ID tenants. The company needs to design a hybrid and multi-tenant identity solution to satisfy various connectivity, security, and partnership requirements. Match each operational requirement to the most appropriate Microsoft Entra ID synchronization or collaboration feature.

  • Synchronize user accounts from on-premises AD DS to Azure and allow sign-in even during local network outages, without using federation.Password Hash Synchronization (PHS)
  • Validate user passwords against on-premises AD DS in real-time using lightweight local agents, ensuring passwords are never stored in the cloud in any form.Pass-through Authentication (PTA)
  • Automate the provisioning and lifecycle management of user accounts across multiple distinct Microsoft Entra ID tenants owned by the same parent organization.Cross-tenant synchronization
  • Enable external contractors to authenticate using their existing corporate or consumer identity provider to access shared corporate resources.Microsoft Entra B2B collaboration

Answer

Password Hash Synchronization (PHS) matches the requirement to allow sign-in during local network outages without federation. Pass-through Authentication (PTA) matches the requirement to validate passwords against on-premises AD DS in real-time. Cross-tenant synchronization matches the requirement to automate user account management across distinct Microsoft Entra ID tenants. Microsoft Entra B2B collaboration matches the requirement to enable external contractors to authenticate using their existing identity providers.
The correct association maps each business requirement to its specific technical implementation. Password Hash Synchronization supports cloud-based authentication during local link failures. Pass-through Authentication ensures zero-cloud credential footprint by executing validation on-premises in real-time. Cross-tenant synchronization facilitates identity management across different corporate tenants. B2B collaboration enables external users to access internal resources using their native credentials.

Step-by-Step Solution

1
Analyze the requirement for local network outage resilience without federation.
Identify Password Hash Synchronization (PHS) as the feature that keeps credentials in the cloud and allows local outages to not affect cloud logins.
Cloud-only verification is resistant to on-premises link failures.
2
Analyze the requirement for real-time validation without storing password hashes in the cloud.
Identify Pass-through Authentication (PTA) as the feature using local agents for real-time check without cloud storage.
PTA routes the request to local domain controllers.
3
Analyze the requirement for automated provisioning across multiple internal Entra tenants.
Identify Cross-tenant synchronization as the service that automates lifecycle management of internal multi-tenant users.
Cross-tenant synchronization provides automated CRUD operations across tenants.
4
Analyze the requirement for external contractor access using their own identity provider.
Identify Microsoft Entra B2B collaboration as the mechanism for external partner access.
B2B collaboration relies on external identity providers to validate user identity.

Key Concept

Selecting appropriate synchronization and collaboration technologies based on organizational requirements, security constraints, and network topology.
Rate this question