ADFS Agent

The Mirket ADFS setup file must be installed on the server where Active Directory Federation Services is running, and the necessary configuration settings must be defined within the agent.

You can download the ADFS Agent by clicking the Manage button under Configuration > ADFS in the Mirket Portal. Note: Place the downloaded setup file in the C: drive.

Go to the C:\MirketAdfsAdapter folder and open the MirketAdfsAdapter.dll.config file. Then, copy the configuration code from the section in the Mirket Portal where the setup file was downloaded, paste it into this config file, and save yor changes. Alternatively, you can replace the existing config file in the C:\MirketAdfsAdapter directory with the one you downloaded.

Then, select the C:\MirketAdfsAdapter\install.ps1 file and run it using PowerShell. If a confirmation screen appears during execution, press the letter y to confirm and continue.

Restart the ADFS service to complete the installation.

The ADFS Agent installation is completed. After installation, open ADFS and navigate to the ADFS > Service > Authentication Methods menu.

Next, go to Additional Authentication Methods > Edit. Select Mirket ADFS Adapter from the options and save the changes.

Then, go to the ADFS > Relying Party Trusts menu. On this page, select the platform where you want to implement Mirket MFA. For example, I will use OWA.

Select "Outlook on the web" and click on "Edit Access Control Policy" on the right side. On this page, you can specify the access method you want for OWA. For example, let's select and apply the "Permit everyone and require MFA" option. This option will prompt Mirket MFA via ADFS for every user attempting to access OWA.

When logging into OWA, enter your username and password.

Then you will be presented with the MFA screen. On this screen, the user will be successfully logged in after selecting and verifying the desired MFA method. Note: The username must be in UPN format.

How to Disable ADFS Agent?

  • Disable the Mirket ADFS Adapter from the ADFS > Service > Authentication Methods menu.

  • Go to theC:\MirketAdfsAdapter directory.

  • Run the uninstall.ps1 file. If a confirmation screen appears during execution, press the letter “y” to confirm and proceed.

  • After the uninstallation is successfully completed, restart the Active Directory Federation Services service via Windows Services.

Last updated