UiPath Documentation
orchestrator
2020.10
false
Orchestrator 用户指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

自签名证书

自签名证书是使用单点登录身份验证时通过加密 SAML 响应来保护数据的一种方法。以下是在 OKTA 中生成和使用自签名证书的示例。

生成自签名证书​

有多个软件应用程序可用于生成自签名证书,例如 OpenSSL、MakeCert、IIS、Pluralsight 或 SelfSSL。在此示例中,我们使用 MakeCert。要生成具有私钥的自签名证书,请从命令提示符运行以下命令:

  • makecert -r -pe -n “CN=UiPath” -e 01/01/2019 -sky exchange -sv makecert.pvk makecert.cer
  • C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\pvk2pfx.exe” -pvk makecert.pvk -spc makecert.cer -pfx makecert.pfx

向 OKTA 添加证书​

  1. 登录到 OKTA。在“传统用户界面”视图中进行以下设置。您可以从窗口右上角的下拉列表中进行更改。

  2. 在“应用程序”选项卡上,选择先前定义的应用程序。

  3. 在“常规”选项卡的“SAML 设置”部分中,单击“编辑”。

  4. 在“配置 SAML”选项卡上,单击“显示高级设置”。

  5. 对于“断言加密”下拉列表,选择“已加密”选项。

  6. 证书将显示在“加密证书”字段中。

设置 Orchestrator/Identity Server 以使用证书​

  1. Import the makecert.pfx certificate to the Windows certificate store using Microsoft Management Console. See here how to do that.

  2. Make sure that the following configuration is present in Identity Server's SAML2 settings within the External Providers page (read here how to access Identity Server):

    • 在“签名证书”部分中,从下拉框中将“存储名称”参数设置为 My。

    • 将“存储位置”参数设置为 LocalMachine。

    • Set the Thumbprint parameter to the thumbprint value provided in the Windows certificate store. Details here.

  3. 单击“保存”将更改保存到外部身份提供程序设置。

  4. 在 Identity Server 中执行任何配置更改后,请重新启动 IIS 服务器。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新