Configure integrated Windows Authentication (IWA) for the license server - SmartPlant Foundation - IM Update 42 - Installation & Upgrade

Distributed Server Setup for SmartPlant Foundation

Language
English
Product
SmartPlant Foundation
Search by Category
Installation & Upgrade
SmartPlant Foundation / SDx Version
10
  1. Open the web.config file for editing in Notepad (or another text editor).

    SHARED Tip The file is located at the root of the License Server web directory (for example, C:\SmartPlant Foundation Server Files\LicenseServers\SPFLS.

  2. Locate the <binding> section as shown in the example below, and remove the commenting characters:

    <!--To enable license site for IWA uncomment the bindings section below-->

    </binding>

    </basicHttpBinding>

    </bindings>

    <security mode="TransportCredentialOnly">

    <transport clientCredentialType="Windows" />

    </security>

    </binding>

    </basicHttpBinding>

    </bindings>

  3. Save the file.

  4. Reset IIS on the server.