To enable Windows Authentication in Orchestrator, perform the following actions:
- Open IIS (Internet Information Services Manager).
- In the Connections section, navigate to the UiPath Orchestrator site. The Features View panel is updated accordingly.
- Double-click Authentication. The Features View section is updated accordingly.
- Select the Windows Authentication option and, in the Actions section, click Enable. Windows authentication is now enabled for the UiPath Orchestrator site.
- Make sure that the ASP.NET Impersonation option is Disabled.
- In the Connections panel, navigate to the Orchestrator Server Node. The Features View is updated accordingly.
- In the Management section, double-click Configuration Editor. The Features View is updated accordingly.
- In the Section drop-down list, navigate to
system.webServer/httpErrors
. The Features View is updated accordingly.
- In the Actions panel, click Unlock Section. If the section is not locked, skip this step.
- Select the
defaultPath
attribute and click Unlock Attribute in the Actions panel. - Close IIS.
- Open the
Web.config
file.
- Make sure the
WindowsAuth.Enabled
parameter is set totrue
. - In the
WindowsAuth.Domain
parameter, enter the Windows domain that the AD group is in. - In the
AcceptedRootUrls
parameter, enter one of the following:- The computer name, such as
https://orchestratorserver001
; - If you are using an URL alias, enter the URL that you use in the web browser, such as
https://OrchestratorTest
.
- The computer name, such as
- Remove all the glimpse tags in the
web.config
file. - Save the
web.config
file. - Navigate to the
bin
folder in the Orchestrator installation directory (C:\Program Files (x86)\UiPath\Orchestrator\bin
). - Remove all the
glimpse*
files. - Import your AD users as explained here.
See Also
About Installation |