Documentation Center

Configure application server for Windows Authentication

Here is how you execute the script that configures the server for ISHSTS with Windows Authentication.

Before you begin

This task requires a PowerShell session that with Execution Policy set to Unrestricted.

If it is not set, you need to set it permanently by executing the following:
Set-ExecutionPolicy Unrestricted

The task requires administrator privileges.

Procedure

  1. Locate the PowerShell script SDL.ISH-ISHSTS-Configure for Windows Authentication.ps1 in the folder \InfoShare\App\Setup\STS\ISHSTS\Scripts
  2. Open PowerShell with elevated administrator privileges. Run As Administrator.
    If the PowerShell session is not running with administrator privileges, the script will launch a new session and administrator privileges will be requested to the user.
  3. Navigate to the script folder \InfoShare\App\Setup\STS\ISHSTS\Scripts
    1. cd \InfoShare\App\Setup\STS\ISHSTS\Scripts
  4. Execute script SDL.ISH-ISHSTS-Configure for Windows Authentication.ps1
    1. .\SDL.ISH-ISHSTS-Configure for Windows Authentication.ps1

PowerShell session

cd \InfoShare\App\Setup\STS\ISHSTS\Scripts
& '.\SDL.ISH-ISHSTS-Configure for Windows Authentication.ps1'