Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

After you install one of the following SharePoint Server updates, Microsoft Identity Manager (MIM) portal pages aren't displayed:

See Ghosted pages in SharePoint don't render for more information. 

Cause

The security level of SharePoint ghosted pages was enhanced by forbidding server-side scripts and unsafe controls. Because MIM portal uses server-side scripts, its pages are blocked from rendering.

Workaround

To work around this issue until the next MIM hotfix is released, add a new PageParserPath element that has a VirtualPath attribute to the Web.config file under the configuration/SharePoint/SafeMode/PageParserPaths element, as follows:

     <SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="250" AllowPageLevelTrace="false">
          <PageParserPaths>
               <PageParserPath VirtualPath="/identitymanagement/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="True"/>
          </PageParserPaths>
     </SafeMode>

References

Microsoft Identity Manager release history

Learn about the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×