Connecting On-Prem Orchestrator to Azure Pipelines/Devops using Azure AD as authentication method

Hi Everyone, I’m trying to create a service connection between our on-prem orchestrator and Azure Pipelines. As I know we can use Basic Authentication to connect to on-prem. But our login in Orchestrator is configured using Azure Active Directory, how can I proceed with this?

1 Like

@RenzFaustino

You can either create one user with basic authetication in orchestrator and use it

Or create an external application in orchestrator and use those details here

Cheers

Got it @Anil_G . I’ll try this out and revert. Thank you so much! :grinning:

1 Like

Hi @Anil_G , we tried to navigate using our on-prem orchestrator but we cannot see it. This link seems to be for UiPath Cloud, do you happen to have the doc link to navigate using On Premise version? Thanks again!

Hi @RenzFaustino,
If your Orchestrator instance is configured to use Azure Active Directory (AAD) for authentication, you can use OAuth 2.0 authentication to connect to your Orchestrator instance from Azure Pipelines. Here are the steps to set up the service connection:

  1. In your Orchestrator instance, go to Settings > Security > OAuth 2.0. Create a new OAuth 2.0 client by providing a name, redirect URI, and selecting the scopes that the client needs to access. Make a note of the client_id, client_secret, and redirect_uri values.
  2. In Azure Pipelines, go to the project settings and click on Service connections. Click on New service connection and select UiPath Orchestrator.
  3. Enter the URL of your Orchestrator instance and select OAuth 2.0 as the authentication type.
  4. Enter the client_id, client_secret, and redirect_uri values that you obtained from your Orchestrator instance.
  5. Test the connection to ensure that the service connection is set up correctly.

Once you have set up the service connection, you can use it to deploy and manage your UiPath automation projects from Azure Pipelines.

1 Like

@RenzFaustino

Ahh my bad

Here it is

You have to login to the tenant settings as admin then you would see

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.