<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Upgrade Okta MFA Provider for ADFS
Okta Classic Engine
Multi-Factor Authentication
Okta Identity Engine
Overview

This article presents the steps to consider when upgrading the Okta MFA provider for Active Directory Federation Services (ADFS) to the latest version. If one of the steps is skipped, a general PowerShell error could be generated. 

Applies To
  • Multi-Factor Authentication (MFA)
  • Okta MFA for Active Directory Federation Services (ADFS) 
  • Windows Server ( 2012 R2 , 2012 , 2016 , 2019 v1.30 and later )
Cause

If the Okta MFA provider is not disabled before the upgrade attempt, a general Windows error is thrown:

 

Error 1001. Error 1001. Powershell command failed.
PS0099: The specified authentication provider cannot be removed from the policy store. The provider is currently specified in the additional authentication providers list. Remove the provider from the additional authentication providers list.
An authentication provider with identifier 'OktaMfaAdfs' is already present in the policy store. Identifiers must be unique.
=== Logging stopped: D/M/Y H:M:S ===

 

Solution

Follow the steps below in order to upgrade to the latest version:

  1. Turn off the Okta MFA provider from the Authentication Methods

Authentication Methods

  1. Attempt install:
    1. Access the Download section from the Okta Admin Dashboard and retrieve the latest version. 
    2. Go to the directory where the agent installer was downloaded.
    3. Unzip the archive, and run setup.exe as administrator.
    4. Click Next to start the installation.
    5. Log back into the Okta org, and go to the Microsoft ADFS (MFA) application created in Install and configure Microsoft ADFS in Okta.
  2. If it failed with the same error, restart the ADFS service on all hosts:

Restart-Service adfssrv -Force

  1. Reattempt the install.

 

Related References

Loading
How to Upgrade Okta MFA Provider for ADFS