通知を受け取る

UiPath Orchestrator

UiPath Orchestrator ガイド

外部アプリケーションを登録する

UiPath API を使用する必要があるサードパーティー アプリケーションがある場合、それらを外部アプリケーションとして登録し、OAuth フローを使用して認可を取得できるようにすることができます。

These instructions only apply for standalone Orchestrator installations.
If you are using Orchestrator as an Automation Suite service, follow the Automation Suite instructions instead.

外部アプリケーション、つまり UiPath プラットフォームの外部のアプリケーションの登録は、資格情報まで共有する必要なく UiPath リソースを共有するための手段です。代わりに OAuth フレームワークを使用することで、UiPath の認可を外部アプリケーションに委任できます。

サードパーティーのアプリケーションを登録し、認可を取得して、UiPath リソースへのアクセス権を得られるようにできます。登録が完了すると、これらのアプリケーションは、登録スコープに含まれたリソースにアクセスするために、UiPath アプリケーションへの API 呼び出しを実行します。

サポートされるアプリケーションの種類とアクセス スコープ


以下のアプリケーションを登録できます。

  • 機密アプリケーション: 登録後に生成されるアプリケーション シークレットを安全に保存できるアプリケーションです (例: Web アプリケーション、サービス間 (S2S) アプリケーション)。
  • 非機密アプリケーション: 安全な保存を保証できないためにアプリケーション シークレットが作成されないアプリケーションです (例: デスクトップまたはネイティブのモバイル アプリケーション)。

The allowed authorization grant type is different depending on the type of the application. Because of this, you can register confidential applications with different scopes: user, application, or both. But non-confidential applications can only send requests for user scope, meaning that a user must log in to authorize the request for the application.

利用可能な UiPath リソース


登録された外部アプリケーションには、UiPath アプリケーションの API を通じて 1 つまたは複数の UiPath リソースにアクセスする権限が付与されます。

次の API を使用できます。

外部アプリケーション認可の 2 つの要素


外部アプリケーションが OAuth を使用して UiPath のリソースにアクセスできるようにする設定は、次の 2 つの部分から成ります。

StepWhoWhatDetails
1Tenant AdministratorRegister an external application in the External Applications pageAdding External Applications
2DeveloperSet up the external application to use the appropriate grant type to access your UiPath resourcesUsing OAuth for External Apps

10 か月前に更新


外部アプリケーションを登録する


UiPath API を使用する必要があるサードパーティー アプリケーションがある場合、それらを外部アプリケーションとして登録し、OAuth フローを使用して認可を取得できるようにすることができます。

改善の提案は、API リファレンスのページでは制限されています

改善を提案できるのは Markdown の本文コンテンツのみであり、API 仕様に行うことはできません。