These instructions only apply if you have a standalone installation of Orchestrator.
If you are upgrading Orchestrator to this version and you've previously enabled any external identity provider authentication, there are a series of manual configurations to be performed at the external identity provider level.
以前に作成したユーザーは、UiPath Identity Server のデータベースに反映されます。
UiPath Identity Server acts as a federation gateway for a series of external identity providers (Google, Windows, Azure AD, and SAML2). You can configure their settings from the Management portal, under Users > Authentication Settings, in the External Providers section.
Orchestrator アップグレード後の手動の設定
このバージョンの Orchestrator にアップグレードすると、Orchestrator で有効化されていたすべての外部 ID プロバイダーの認証が、既存の全ユーザーとともに Identify Server に自動的に移行されます。ただし、アップグレード後に手動の変更がいくつか必要になります。
2020.4 より前のバージョンからのアップグレード
Orchestrator をバージョン 2020.4 (または、それより後のバージョン) からアップグレードした場合は、このセクションは省略してください。
2020.4 より前のバージョンからアップグレードした場合は、次の手順を実行します。
- 外部プロバイダーの設定の [戻り先 URL] を変更します。Orchestrator の URL の末尾に
/identity
を追加してhttps://OrchestratorURL/identity
とします。 - 外部プロバイダーの変更を保存します。
- IIS サイトを再起動して変更を適用します。
引き続き、このページの手順に従い、Orchestrator で使用する外部 ID プロバイダーで必要となるその他の設定作業を進めてください。
Google OpenID Connect 認証
Google が新しい Orchestrator インスタンスを認識するよう設定されている場合は、以下の手順を実行する必要があります。
- Google API にアクセスし、以前に作成したプロジェクトを検索します。
- [認証情報] ページで、以前に作成した OAuth 2.0 クライアントを選択します。

- [ウェブ アプリケーションのクライアント ID] ページの [認可済みのリダイレクト URL] の値を変更します。Orchestrator の URL の後ろにサフィックス
/identity
を追加してください。例:https://OrchestratorURL/identity/google-signin
- 変更を保存します。

Windows 認証
If you've previously enabled Windows authentication, no further actions are required.
Azure AD 認証
以前に新しい Orchestrator インスタンスを認識させるための Azure AD の設定を行った場合は、以下の手順を実行する必要があります。
- Microsoft Azure ポータルの [アプリの登録] にアクセスし、既存の Orchestrator アプリ登録を選択します。
- 選択したアプリのページで [リダイレクト URI] を選択します。
- 選択したアプリの [認証] ページで、[リダイレクト URL] を変更します。Orchestrator の URL の末尾に
/identity/azure-sign-in-oidc
を追加してください。

- 変更を保存します。
- IIS サーバーを再起動します。
SAML2 認証
ADFS
If you've previously configured ADFS to recognize a new Orchestrator instance, then you need to perform these steps after upgrading Orchestrator:
- [AD FS の管理] を開き、次のように Orchestrator の既存の証明書利用者信頼を定義します。
- [URL の構成] セクションの [SAML 2.0 Web SSO プロトコルのサポートを有効化する] を選択し、証明書利用者 SAML 2.0 SSO サービス URL] フィールドに、Orchestrator の URL の末尾にサフィックス
identity/Saml2/Acs
を追加したものを入力します。たとえば、https://OrchestratorURL/identity/Saml2/Acs
です。 - [識別子の構成] セクションの [証明書利用者信頼の識別子] フィールドに、Orchestrator の URL にサフィックス
identity
を追加したものを入力します。たとえば、https://OrchestratorURL/identity
です。
- [URL の構成] セクションの [SAML 2.0 Web SSO プロトコルのサポートを有効化する] を選択し、証明書利用者 SAML 2.0 SSO サービス URL] フィールドに、Orchestrator の URL の末尾にサフィックス
- 変更を保存します。
- ADFS の設定が終わったら、管理者として PowerShell を開き、次のコマンドを実行します。
Set-ADFSRelyingPartyTrust -TargetName "https://OrchestratorURL/identity" -SamlResponseSignature MessageAndAssertion
Restart-Service ADFSSRV
- IIS サーバーを再起動します。
Google
Google が新しい Orchestrator インスタンスを認識するよう設定されている場合は、以下の手順を実行する必要があります。
- Google の管理者コンソールを開き、既存のサービスの詳細情報を次のように変更します。
- [サービス プロバイダーの詳細] ウィンドウの [ACS の URL] フィールドに、Orchestrator の URL とサフィックス
identity/Saml2/Acs
を入力します。たとえば、https://OrchestratorURL/identity/Saml2/Acs
です。 - 同じウィンドウの [エンティティ ID] フィールドに、Orchestrator の URL とサフィックス
identity
を入力します。たとえば、https://OrchestratorURL/identity
です。
- [サービス プロバイダーの詳細] ウィンドウの [ACS の URL] フィールドに、Orchestrator の URL とサフィックス
- 変更を保存します。
- IIS サーバーを再起動します。
Okta
If you've previously configured Okta to recognize a new Orchestrator instance, then you need to perform these steps:
- Okta にログインして、既存のアプリケーションを見つけます。
- [SAML Settings] ウィンドウの [General] セクションの詳細情報を以下のように変更します。
- [Single sign on URL] フィールドに、Orchestrator の URL とサフィックス
/identity/Saml2/Acs
を入力します。たとえば、https://OrchestratorURL/identity/Saml2/Acs
です。 - [Use this for Recipient URL and Destination URL] を有効化します (有効化されていなかった場合)。これにより、[Recipient URL] フィールドと [Destination URL] フィールドが、[Single Sign On URL] に入力した値によって上書きされます。この例では
https://OrchestratorURL/identity/Saml2/Acs
です。 - [Audience URI] フィールドに、Orchestrator の URL とサフィックス
/identity
を入力します。たとえば、https://OrchestratorURL/identity
です。
- [Single sign on URL] フィールドに、Orchestrator の URL とサフィックス
- 変更を保存します。
- IIS サーバーを再起動します。
8 か月前に更新