オンプレミス ネットワークには Active Directory ドメインが含まれています。 Microsoft 365 サブスクリプションをお持ちです。 ドメインをサブスクリプションと同期する必要があります。ソリューションは次の要件を満たす必要があります。 オンプレミスの Active Directory パスワードの複雑さのポリシーを適用する必要があります。 ユーザーは、Azure AD でセルフサービス パスワード リセット (SSPR) を使用できる必要があります。 何を使えばいいのでしょうか?
正解:D
Explanation Azure Active Directory (Azure AD) Pass-through Authentication allows your users to sign in to both on-premises and cloud-based applications using the same passwords. This feature is an alternative to Azure AD Password Hash Synchronization, which provides the same benefit of cloud authentication to organizations. However, certain organizations wanting to enforce their on-premises Active Directory security and password policies, can choose to use Pass-through Authentication instead. Note: Azure Active Directory (Azure AD) self-service password reset (SSPR) lets users reset their passwords in the cloud, but most companies also have an on-premises Active Directory Domain Services (AD DS) environment for users. Password writeback allows password changes in the cloud to be written back to an on-premises directory in real time by using either Azure AD Connect or Azure AD Connect cloud sync. When users change or reset their passwords using SSPR in the cloud, the updated passwords also written back to the on-premises AD DS environment. Password writeback is supported in environments that use the following hybrid identity models: Password hash synchronization Pass-through authentication Active Directory Federation Services Reference: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-pta https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-writeback