UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

認証 - On-premise Orchestrator とフォルダー

Before reviewing the example, it's recommended that you first read the How to Authenticate tutorial.

以下に、ユーザーがインスタンスの種類として On-premise Orchestrator を選択し、フォルダーの値を入力したときの認証操作の例を示します。

動作のしくみ

The following steps and image is an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).

  1. 接続先の接続の種類を選択します。
    • この選択により、コネクタが要求を送信する Orchestrator API のエンドポイントが決定します。
    • In this example, On-premise is selected; indicating the endpoint to use is https://{{orchestrator-url}}/api/Account/Authenticate.
  2. [接続名] を入力します。
    • この名前はアプリケーション内で接続を特定するために使用されます。
    • 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, 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.
  3. [UiPath Orchestrator URL][テナント名] に値を入力します。
  4. [メール アドレス] または [ユーザー名][パスワード] のフィールドに値を入力します。
  5. 完全修飾フォルダー名を入力します。
  6. [接続] をクリックします。
    • Using the Folder input, the connector configures and sends the following requests to validate the user has access to the folder:

      • GET https://{{orchestrator-url}}/odata/Folders?$filter=FullyQualifiedName eq ‘{{FolderName}}’
        • Orchestrator API がフォルダー Id で応答します。
      • GET https://{{orchestrator-url}}/Users/Users_GetCurrentUser
        • Orchestrator API がユーザー Id で応答します。
      • GET https://{{orchestrator-url}}/Folders/UiPath.Server.Configuration.OData.GetUsersForFolder(key=’{{folder_Id}}’,includeInherited=true)?$filter=Id eq {{user_Id}
        • Orchestrator API が odata.count (ユーザーに権限がない場合、この値は 0) およびユーザー情報で応答します。
      • ユーザーの権限を確認した後、コネクタは入力された内容で要求を構成し、https://{{orchestrator-url}}/api/Account/Authenticate に送信します。
    • 後続のすべての API 要求に使用する access_token で、Orchestrator API が応答します。

      On-premise Orchestrator with folder authentication connector example showing folder validation requests

  • 動作のしくみ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得