Subscribe

UiPath Orchestrator

The UiPath Orchestrator Guide

Enabling Windows Authentication

The following procedure has to be followed only if you did not enable Windows authentication during the installation process, as described here.

To enable Windows Authentication in Orchestrator, perform the following actions:

  1. Open IIS (Internet Information Services Manager).
  2. In the Connections section, navigate to the UiPath Orchestrator site. The Features View panel is updated accordingly.
  3. Double-click Authentication. The Features View section is updated accordingly.
813
  1. Select the Windows Authentication option and, in the Actions section, click Enable. Windows authentication is now enabled for the UiPath Orchestrator site.
  2. Make sure that the ASP.NET Impersonation option is Disabled.
  3. In the Connections panel, navigate to the Orchestrator Server Node. The Features View is updated accordingly.
  4. In the Management section, double-click Configuration Editor. The Features View is updated accordingly.
  5. In the Section drop-down list, navigate to system.webServer/httpErrors. The Features View is updated accordingly.
1293
  1. In the Actions panel, click Unlock Section. If the section is not locked, skip this step.
  2. Select the defaultPath attribute and click Unlock Attribute in the Actions panel.
  3. Close IIS.
  4. Open the Web.config file.
716
  1. Set the WindowsAuth.Enabled parameter to true.
  2. In the WindowsAuth.Domain parameter, enter the Windows domain that the AD group is in.
  3. Save the web.config file.
  4. Access Identity Server's Windows settings within the External Providers page (read here how to access Identity Server).
  5. Select the Enabled check box.
  6. (Optionally) Select the Force automatic login using this provider check box. This parameter enables or disables Windows automatic login.
  7. Enter a value in the Display name parameter. For example, Windows.
1500
  1. Click Save to save the changes to the external identity provider settings.
  2. Restart the IIS site after performing any configuration changes within Identity Server.
  3. Add your AD users as explained here.

Updated 2 years ago



Enabling Windows Authentication


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.