orchestrator
2023.4
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator 用户指南
Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Last updated 2024年8月14日

关于 Identity Server

UiPath™ Identity Server 是一项服务,可跨 UiPath 产品提供集中式身份验证和访问控制。其目的是为所有 UiPath 产品和服务的身份验证以及授权的某些方面提供一致的体验和同等的功能。对于 Identity Server,这些产品和服务被视为客户端

通过与 Identity Server 的集成,其客户端将拥有共享的启动和用户管理体验。在后台,通过 Identity Server 执行身份验证,该服务器提供 SSO 体验,并生成令牌以通过 API 与其他产品通信。用户登录后,Identity Server 将在访问其他产品或服务时无缝执行调用。注销体验与此类似:用户注销一个客户端后,Identity Server 就会对所有其他客户端执行注销调用。

Identity Server 还充当联合网关,支持外部身份提供程序,使其客户端应用程序可以轻松连接到这些外部提供程序。

Identity Server 提供身份验证即服务,其中包含所有集成应用程序的集中式登录逻辑和工作流,从而使服务更易于通过标准协议系列 OAuth 相互集成。它基于 IdentityServer4 开源库,内置在 .NET Core 3.1 中,并支持 OpenID Connect 和 OAuth 2.0 框架。

设置

Identity Server 的设置可以配置如下:

  • 安装期间会配置一系列设置。 在此处阅读相关内容。
  • 特定于您的环境的深入配置在其 appsettings.json 文件中执行。
  • 特定于外部身份提供程序的设置在其身份管理门户中进行配置。

    重要提示:在 Orchestrator 的安装或升级过程中,必须使用 Identity Server。如果没有,则不支持 Orchestrator 部署。

Orchestrator 集成

Orchestrator 与 Identity Server 完全集成。对于 Orchestrator,此集成意味着:

  • 登录 Orchestrator 的操作是通过 Identity Server 进行的,而不是通过外部身份提供程序进行。
  • Orchestrator 可以使用由 Identity Server 生成的用户访问令牌、服务到服务 (S2S) 访问令牌和机器人访问令牌。
  • Orchestrator 可以向 Identity Server 传播数据,也可以从 Identity Server 读取数据。在 Orchestrator 中创建用户或租户时,将在 Identity Server 中自动创建该用户/租户的条目。机器人信息和某些设置也将传播到 Identity Server。用户登录尝试会从 Identity Server 发送到 Orchestrator。

Orchestrator 集成

Orchestrator 与 Identity Server 完全集成。对于 Orchestrator,此集成意味着:

  • 登录 Orchestrator 的操作是通过 Identity Server 进行的,而不是通过外部身份提供程序进行。
  • Orchestrator 可以使用由 Identity Server 生成的用户访问令牌、服务到服务 (S2S) 访问令牌和机器人访问令牌。
  • Orchestrator 可以向 Identity Server 传播数据,也可以从 Identity Server 读取数据。在 Orchestrator 中创建用户或租户时,将在 Identity Server 中自动创建该用户/租户的条目。机器人信息和某些设置也将传播到 Identity Server。用户登录尝试会从 Identity Server 发送到 Orchestrator。

浏览组策略

从 Assistant 登录到您的 Orchestrator 服务会将您重定向到 SSO 页面。在某些浏览器中,可能会提示您打开 UiPath Assistant。发生这种情况是由于没有将 Assistant 的协议处理程序添加到浏览器的组策略中。

为防止出现这种情况,请确保根据浏览器 (Chrome/Microsoft Edge) 的不同,执行以下步骤:

  1. 打开“注册表编辑器”
  2. 根据您使用的浏览器,导航到 Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome/或 Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  3. 添加一个新键并将其命名为 AutoLaunchProtocolsFromOrigins
  4. 双击“(默认)”以编辑该键。
  5. 在“编辑字符串”对话框的“值数据”字段中,添加 [{"allowed_origins": ["<https://myOrchestrator.uipath.com/"],"protocol":> "com.uipath.robot.oidc"}] 并单击“确定”
    重要提示: AutoLaunchProtocolsFromOrigins 策略需要 Chrome 85 或更高版本。
  6. 关闭所有浏览器标签页,然后重新启动浏览器。
  7. 导航到 chrome://policyedge://policy,验证浏览器是否应用了新策略。最近添加的策略应在“Chrome 策略”或“Microsoft Edge”部分下列出,状态为“正常”。

设置

Identity Server 的设置可以配置如下:

  • 安装期间会配置一系列设置。 在此处阅读相关内容。
  • 特定于您的环境的深入配置在其 appsettings.json 文件中执行。
  • 特定于外部身份提供程序的设置在其身份管理门户中进行配置。

    重要提示:在 Orchestrator 的安装或升级过程中,必须使用 Identity Server。如果没有,则不支持 Orchestrator 部署。
  • 设置
  • Orchestrator 集成
  • Orchestrator 集成
  • 浏览组策略
  • 设置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。