Zephyr Logistics is designing a hybrid identity and multi-tenant collaboration solution. The company has an on-premises Active Directory Domain Services (AD DS) forest with users. You are tasked with selecting the appropriate identity integration and collaboration technologies to satisfy the company's security, compliance, and availability requirements.
Match each business requirement on the left to the correct Microsoft Entra ID or hybrid identity technology on the right.
- Authenticate users in the cloud even during an on-premises network outage, minimizing on-premises infrastructure.Password Hash Synchronization (PHS)
- Authenticate users against on-premises Active Directory in real-time without storing credential hashes in the cloud.Pass-through Authentication (PTA)
- Authenticate users using existing on-premises smart cards, keeping all authentication policies within the corporate network perimeter.Active Directory Federation Services (AD FS)
- Allow external partner users to securely access corporate applications using their own organizational identity providers.Microsoft Entra B2B Collaboration
Cevap
Authenticate users in the cloud during outages matches Password Hash Synchronization (PHS). Authenticate users in real-time without cloud hashes matches Pass-through Authentication (PTA). Authenticate users using smart cards within the perimeter matches Active Directory Federation Services (AD FS). Allow partner users to access resources using their own identity provider matches Microsoft Entra B2B Collaboration.
The correct matches align each scenario with its primary architectural capability. Password Hash Synchronization (PHS) offers high availability by allowing Entra ID to authenticate users independently of on-premises connectivity. Pass-through Authentication (PTA) provides real-time local validation without storing hashes in the cloud. Active Directory Federation Services (AD FS) handles specialized on-premises authentication requirements like smart card/certificate validation and local perimeter policy enforcement. Microsoft Entra B2B Collaboration facilitates secure, external partner access by trusting their home identity provider.
Adım Adım Çözüm
Anahtar Kavram
Designing hybrid identity authentication methods (PHS, PTA, AD FS) and multi-tenant collaboration strategies (Entra B2B) based on availability, security, and administrative requirements.