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 にログインします。次の設定が [Classic UI] ビューで行われます。これは、ウィンドウの右上隅のドロップダウンから変更できます。

  2. [Application] (アプリケーション) タブで、定義済みのアプリケーションを選択します。

  3. [General (全般)] タブの [SAML Settings (SAML 設定)] セクションで、[Edit (編集)] をクリックします。

  4. [Configure SAML (SAMLの設定)] タブで、[Show Advanced Settings (詳細設定を表示)] をクリックします。

  5. [Assertion Encryption] (アサーションの暗号化) ドロップダウンで、[Encrypted] (暗号化済み) オプションを選択します。

  6. [Encryption Certificate] (暗号化証明書) フィールドに証明書が表示されます。

証明書を利用するように 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. [保存] をクリックして、外部 ID プロバイダーの設定に加えた変更を保存します。

  4. Identity Server 内の何らかの設定を変更した後は、IIS サーバーを再起動してください。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得