marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Marketplace 用户指南
上次更新日期 2026年4月1日
身份验证 - Cloud 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 Cloud Orchestrator as their instance type.
工作方式
The following steps and images are an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).
- Select the Connection type that you want to connect to.
- 选择决定了连接器将请求发送到的 Orchestrator API 端点。
- Enter a Connection Name.
- 此名称用于标识应用程序中的连接。
- 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 (that is, Client Id and User Key). 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 Client Id and User Key.
- The User Key should be kept secret.
- Enter your Account Logical Name and Tenant Logical Name.
- For more information about how a user can locate their Client Id, User Key, Account Logical Name, and Tenant Logical Name see Getting the API Access Information in the Orchestrator API documentation.
- 单击“连接”。
-
连接器配置请求并将包含输入的请求发送到
https://account.uipath.com/oauth/token。 -
Orchestrator API 以
access_token响应,您可以将其用于所有后续 API 请求。
-