Microsoft Azure AI Foundry authentication
Prerequisites
To create a connection to the Microsoft Azure AI Foundry connector, you must provide the following credentials:
- Base URL
- Client ID
- Client Secret
- Tenant ID
Retrieving your credentials
Get the credentials from the Azure Portal:
- Get the Base URL by navigating to Azure AI Foundry Portal, opening your Project, and copying the URL.
- Create app registration in Azure Entra ID:
- Go to Azure Portal > App registrations > New Registration.
- Provide the following:
- Name: e.g.,
UiPath-AIFoundry-App - Redirect URI: Leave blank for now.
- Name: e.g.,
- Note the generated Client ID and Tenant ID.
- Generate a Client Secret under Certificates & Secrets.
- Assign permissions to the app.
- In your registered app, go to API permissions.
- Add: Azure Cognitive Services > Delegated > user\_impersonation.
- Click Grant admin consent to approve permissions.
- Configure redirect URI:
- In UiPath, select Orchestrator from the product launcher.
- Select a folder, and then navigate to the Connections tab.
- Select Add connection.
- To open the connection creation page, select Azure AI Foundry from the list.
- The connection page will display a Callback URL.
- Copy this Callback URL and add it as a Redirect URI in your Azure App Registration.
Add the Azure AI Foundry connection
- Select Orchestrator from the product launcher.
- Select a folder, and then navigate to the Connections tab.
- Select Add connection.
- To open the connection creation page, select the connector from the list. You can use the search bar to find the connector.
- Enter the required credentials.
- Select Connect.
- Your connection has been added.