Skip to content

Commit

Permalink
Merge pull request #1229 from dankitch/patch-1
Browse files Browse the repository at this point in the history
Update migrate-from-federation-to-cloud-authentication.md
  • Loading branch information
v-dirichards authored Feb 4, 2025
2 parents cf801a7 + cea6cee commit 187421b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Install [Microsoft Entra Connect](https://www.microsoft.com/download/details.asp
To find your current federation settings, run [Get-MgDomainFederationConfiguration](/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomainfederationconfiguration?view=graph-powershell-1.0&viewFallbackFrom=graph-powershell-beta&preserve-view=true).

```powershell
Get-MgDomainFederationConfiguration - DomainID yourdomain.com
Get-MgDomainFederationConfiguration -DomainID yourdomain.com
```

Verify any settings that might have been customized for your federation design and deployment documentation. Specifically, look for customizations in **PreferredAuthenticationProtocol**, **federatedIdpMfaBehavior**, **SupportsMfa** (if **federatedIdpMfaBehavior** isn't set), and **PromptLoginBehavior**.
Expand Down

0 comments on commit 187421b

Please sign in to comment.