The following procedure has to be followed only if you did not enable Windows authentication during the installation process, as described here.
Prerequisite
To integrate with Windows Active Directory and use Windows Authentication, you must open the LDAP port 389 on the Primary Domain Controller.
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.
- Set the
WindowsAuth.Enabled
parameter totrue
. - In the
WindowsAuth.Domain
parameter, enter the Windows domain that the AD group is in. - Save the
web.config
file. - Add your AD users as explained here.
Updated 2 days ago
See Also
About Installation |