Configure integrated Windows Authentication (IWA) for the license server - HxGN SDx - Update 56 - Installation & Upgrade

Distributed Server Setup for HxGN SDx

Language
English
Product
HxGN SDx
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:\SDx 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>

  1. Save the file.

  2. Reset IIS on the server.