marketplace
latest
false
- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Authenticate - On-premise Orchestrator
Marketplace User Guide
Last updated Sep 5, 2024
Authenticate - On-premise Orchestrator
Before reviewing the example, it's recommended that you first read the How to Authenticate tutorial.
The example below shows the authentication experience when a user selects On-premise Orchestrator as their instance type.
The following steps and image is an example of how the connector works from design time (i.e., user inputs) to run time (i.e., sending the HTTP request).
-
Select the Connection type that you want to connect to.
- The selection determines the Orchestrator API endpoint the connector sends requests to.
- In this example,
On-premise is selected; indicating the endpoint to use is
https://{{orchestrator-url}}
/api/Account/Authenticate.
-
Enter a Connection Name.
- This name is used to identify the connection within your application.
- A connector can have multiple connections to the same or different Orchestrator tenant. Each connection requires its own connection settings and may include the same or different credentials (i.e., Username and Password). Adding multiple connections to the same tenant is useful if you plan to have multiple users that want to manage their own connections.
- Enter your UiPath Orchestrator URL and Tenant Name.
- Enter your Email or Username and Password.
-
Click Connect.
-
The connector configures and sends a request with the entered inputs to
https://myorchestrator.net/api/Account/Authenticate
. -
The Orchestrator API responds with an
access_token
that you use for all subsequent API requests.
-