This section describes how to enable Azure AD authentication for your Orchestrator App Service.
From the Azure Portal:
- Register your Orchestrator App Service.
- Select Manifest from the left menu and edit the following keys:
oauth2AllowUrlPathMatching
- set totrue
.oauth2AllowIdTokenImplicitFlow
- set totrue
.oauth2AllowImplicitFlow
- set totrue
.
- Save the Manifest changes.
- From the Development Tools menu navigate to Advanced Tools > Go > Debug Console > CMD.
- Open the Site folder and navigate to wwwroot.
- Use Kudu to open and edit the
web.config
file and the following keys:
a.ExternalAuth.AzureAD.Enabled
- set totrue
to enable Azure Active Directory for authentication.
b.ExternalAuth.AzureAD.ApplicationId
- enter the ApplicationId associated of this Orchestrator App Service.
c.ExternalAuth.AzureAD.RedirectUri
- enter the Orchestrator web app URL that should also be used when registering in Azure Active Directory (e.g.https://platform.uipath.com
). - Save the
web.config
changes and restart the Orchestrator application. - You can now log in to Orchestrator and use the admin account to provision your AD users.
Updated 2 days ago