This update makes the following fixes and improvements that were not previously documented in the Microsoft Knowledge Base.
Service and Portal
MIM Service
The MIM Service now supports the use of the Azure MFA Server for MIM Azure MFA integration.
With the release of this update, it’s recommended that all new MIM MFA integrations be done by using the Azure MFA Server instead of the Azure Direct MFA SDK. Support for Azure MFA Server is added in this update release.
This applies to both MIM Privileged Access Management (PAM) MFA integration and MIM Self Service Password Reset (SSPR) MFA integration.
This also includes functionality update to enable you to create custom MFA servers and integrate them with MIM.
Working with MFA Server in MIM
Working with a custom MFA server in MIM
Working with Self-Service Password Reset (Updated)
Privileged Access Management
When you use the REST API against Privileged Access Management (PAM), an exception is returned:
PAM REST API could not be started because it could not load file or assembly System.Net.Http.Formatting, Version=5.2.2.0
After you install this update, this issue is resolved.
MIM Identity Management Portal
Issue 1
With build 4.5.26.0, some popups in the MIM Portal are displayed with an incorrect table length. The table seems to be truncated on the left side of the popup.
After you install this update, the tables in the popups are displayed as expected.
Issue 2
In the Advanced Search dialog of the Portal, the scrollbars don’t display properly.
After you install this update, the Advanced Search dialog scrollbars are displayed as expected.
MIM Service and Portal Language Pack
When you install the MIM Service and Portal language pack in hotfix update 4.5.26.0, an exception is returned, preventing the installation to complete.
Assembly Error: Strong name signature verification failed for assembly Microsoft.IdentityManagement.Logging.resources.dll. The assembly may have been tampered with, or it was delay signed, but not fully signed with the correct private key.
This issue has been fixed in this new hotfix release, allowing the installation of the MIM Service and Portal language pack update.
Certificate Management
Starting with the MIM update version 4.5.26.0, a binding redirect statement was required, for use of the REST API. This redirected the 4.5.6 build of Newtonsoft.Json.dll to use version 9.0.0.0.
After you install this new version, the MIM Certificate Management REST API will work with, or without, the binding redirect statement in the web.config file.
Important: If upgrading from build 4.5.26.0, the binding redirect statement should be also updated, as the Newtonsoft.Json.dll also has a new revision – 9.0.1.0. Alternately, the binding redirect information for the Newtonsoft.Json can be removed.
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json"
publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="9.0.1.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
The web.config file for the Certificate Management Portal is located in the following path:
%programfiles%\Microsoft Forefront Identity Manager\2010\Certificate Management\web