Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This has to be done on every IIS node that is enabled with DualShield 2FA. Let's use OWA as an example. In Ithe the IS Manager, navigate to the OWA node:

...

Code Block
languagexml
firstline1
titleweb.config sample
linenumberstruecollapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<configuration
<!-- .... -->
<configSections>
<section name="microsoft.identityModel" type="Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection, Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</configSections>
<location inheritInChildApplications="false">
<system.webServer>
<serverRuntime appConcurrentRequestLimit="65535" uploadReadAheadSize="0"/>
<modules>
<add name="DasIIS7Native"/>
<!-- .... -->
</modules>
</system.webServer>
</location>
<!-- .... -->
</configuration>

...