訓練
認證
Microsoft Certified: Identity and Access Administrator Associate - Certifications
示範 Microsoft Entra ID 的功能,以現代化身分識別解決方案、實作混合式解決方案,以及實作身分識別治理。
本檔概述 Microsoft Entra ID 所需的主張,來自 聯合身份提供者 (IdP),以遵循已配置的 federatedIdpMfaBehaviour 值,包括 acceptIfMfaDoneByFederatedIdp 和 enforceMfaByFederatedIdp,以進行安全性斷言標記語言 (SAML) 和 WS-Fed 聯合。
提示
使用同盟 IdP 設定Microsoft Entra 識別碼 選擇性。 Microsoft Entra 建議使用在 Microsoft Entra 身分識別中提供的 驗證 方法。
當系統管理員選擇性地設定其Microsoft Entra ID 租使用者以使用 同盟 IdP 使用 WS-Fed 同盟時,Microsoft Entra 會重新導向至 IdP 以進行驗證,並以包含 SAML 1.1 判斷提示的要求安全性令牌回應 (RSTR) 形式來預期回應。 如果配置為這樣,Microsoft Entra 如果存在以下兩個宣告之一,將接受由 IdP 完成的多因素驗證 (MFA):
http://schemas.microsoft.com/claims/multipleauthn
http://schemas.microsoft.com/claims/wiaormultiauthn
它們可以包含在斷言中,作為 AuthenticationStatement
元素的一部分。 例如:
<saml:AuthenticationStatement
AuthenticationMethod="http://schemas.microsoft.com/claims/multipleauthn" ..>
<saml:Subject> ... </saml:Subject>
</saml:AuthenticationStatement>
或者,它們可以包含在斷言中,作為 AttributeStatement
元素的一部分。 例如:
<saml:AttributeStatement>
<saml:Attribute AttributeName="authenticationmethod" AttributeNamespace="http://schemas.microsoft.com/ws/2008/06/identity/claims">
<saml:AttributeValue>...</saml:AttributeValue>
<saml:AttributeValue>http://schemas.microsoft.com/claims/multipleauthn</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
登入頻率 使用 UserAuthenticationInstant(SAML 斷言 http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationinstant
),這是使用密碼進行 SAML1.1/WS-Fed 的第一要素驗證的 AuthInstant。
當系統管理員選擇性地使用 SAMLP/SAML 2.0 同盟標識符 租使用者設定其Microsoft Entra 標識符租使用者,並預期包含 SAML 2.0 判斷提示的回應時,Microsoft Entra 會重新導向至 Id P 以進行驗證,並預期會有包含 SAML 2.0 判斷提示的回應。 輸入 MFA 數據聲明必須存在於 AuthnContext
的 AuthnStatement
元素中。
<AuthnStatement AuthnInstant="2024-11-22T18:48:07.547Z">
<AuthnContext>
<AuthnContextClassRef>http://schemas.microsoft.com/claims/multipleauthn</AuthnContextClassRef>
</AuthnContext>
</AuthnStatement>
因此,若要讓來自外部的 MFA 聲明由 Microsoft Entra 處理,它們
登入頻率 使用在 AuthnStatement
中提供的 MFA 或第一因素驗證的 AuthInstant。 在載體 AttributeReference
區段內共用的任何斷言會被忽略,包括 http://schemas.microsoft.com/ws/2017/04/identity/claims/multifactorauthenticationinstant
。
訓練
認證
Microsoft Certified: Identity and Access Administrator Associate - Certifications
示範 Microsoft Entra ID 的功能,以現代化身分識別解決方案、實作混合式解決方案,以及實作身分識別治理。
文件
如何在 Microsoft Entra ID 管理外部驗證方法 (EAM) (預覽) - Microsoft Entra ID
了解如何為 Microsoft Entra 多重要素驗證管理外部驗證方法 (EAM)
Microsoft Entra 多重要素驗證外部方法提供者參考 (預覽) - Microsoft Entra ID
了解如何為Microsoft Entra 多重要素驗證設定外部驗證方法 (EAM) 提供者
在 Microsoft Entra ID 中找出並解決管理員增強式驗證涵蓋範圍中的差距 - Microsoft Entra ID
了解如何在 Microsoft Entra ID 中找出並解決管理員增強式驗證涵蓋範圍中的差距