Skip to content

Commit 00df589

Browse files
committed
Update migrate-from-federation-to-cloud-authentication.md
1 parent d5f487c commit 00df589

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/active-directory/hybrid/migrate-from-federation-to-cloud-authentication.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: hybrid
88
ms.topic: conceptual
9-
ms.date: 04/07/2022
9+
ms.date: 04/08/2022
1010

1111
ms.author: baselden
1212
author: BarbaraSelden
@@ -148,7 +148,13 @@ For domains that have already set the **SupportsMfa** property, these rules dete
148148
- If the **federatedIdpMfaBehavior** property is never set, Azure AD will continue to honor the **SupportsMfa** setting.
149149
- If neither **federatedIdpMfaBehavior** nor **SupportsMfa** is set, Azure AD will default to `acceptIfMfaDoneByFederatedIdp` behavior.
150150
151-
You can check the status of your SupportsMfa flag with the following [Windows PowerShell cmdlet](/powershell/module/msonline/get-msoldomainfederationsettings):
151+
You can check the status of protection by running [Get-MgDomainFederationConfiguration](/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainfederationconfiguration?view=graph-powershell-beta&preserve-view=true):
152+
153+
```powershell
154+
Get-MgDomainFederationConfiguration -DomainId yourdomain.com
155+
```
156+
157+
You can also check the status of your SupportsMfa flag with [Get-MsolDomainFederationSettings](/powershell/module/msonline/get-msoldomainfederationsettings):
152158

153159
```powershell
154160
Get-MsolDomainFederationSettings –DomainName yourdomain.com

0 commit comments

Comments
 (0)