This article describes how to use the Use Okta MFA for Azure AD option.
- Office 365 WS-Fed
- Entra ID (Azure AD)
The Office 365 Pass Claim for MFA feature comes enabled by default with the Core subscription. To take full advantage of this option:
- In the Admin Console, go to Applications > Applications.
- Open the WS-Federated Office 365 app.
- Click the Sign On tab, and then click Edit.
- For the option Okta MFA from Azure AD, ensure that Enable for this application is checked and click Save.
- Run the following PowerShell command to ensure that the FederatedIdpMfaBehavior is set to enforceMfaByFederatedIdp:
Connect-MgGraph -Scopes Directory.AccessAsUser.All Get-MgDomainFederationConfiguration -DomainId <yourDomainName> | Select-Object FederatedIdpMfaBehavior
By enabling the Use Okta MFA for Azure AD option in the Office365 WS-Fed integration, Office will be satisfied by the MFA provided in Okta and will not be required again when accessing Office resources.
Related References
