- スタート アップ ガイド
- ベスト プラクティス
- テナント
- アクション
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- アクション カタログ
- プロファイル
- システム管理者
- Identity Server
- 認証
- その他の構成
- Integrations
- クラシック ロボット
- トラブルシューティング
新しい Orchestrator インスタンスを認識するように Google を設定する
The below steps are valid for Google external login setup in ASP.NET. Please note that the below procedure is a broad description of a sample configuration. For a fully detailed how-to, visit the official Microsoft Documentation.
-
Navigate to Integrating Google Sign-In into your web app and click Configure a project.
-
[Google サインインのためのプロジェクト設定] クライアント ダイアログで新しいプロジェクト名を入力します。
-
[OAuth の設定] クライアント ダイアログのドロップダウンから [Web サーバー] を選択します。
-
[認可済みのリダイレクト URI] フィールドに、Orchestrator インスタンスの URL とサフィックス
/identity/google-signinを入力します。たとえば、https://cloud.uipath.com/identity/google-signinです。注:すべての
https://cloud.uipath.comを、Orchestrator インスタンスの URL に置き換えます。Orchestrator インスタンスの URL を入力する際は常に、URL の最後にスラッシュを入れないようにしてください。必ず
https://cloud.uipath.comのように入力し、https://cloud.uipath.com/のようには入力しないでください。 -
[Create] をクリックします。
-
[クライアント ID] と [クライアント シークレット] を保存します。これらは、後ほど Identity Server で使用します。
-
サイトをデプロイするときには、Google コンソールから新しいパブリック URL を登録します。
Google OpenID Connect 認証を利用するように Orchestrator および Identity Server を設定する
-
Orchestrator でユーザーを定義し、[ユーザー] ページで有効な Gmail アドレスを設定します。
-
Make sure that the following configuration is present in Identity Server's Google settings within External Providers page (read here how to access Identity Server):
-
[有効] チェック ボックスを選択します。
-
[クライアント ID] パラメーターを Google 認証の設定により取得した値に設定します。
-
[クライアント シークレット] パラメーターを Google 認証の設定により取得した値に設定します。
-
-
[保存] をクリックして、外部 ID プロバイダーの設定に加えた変更を保存します。
-
Identity Server 内の何らかの設定を変更した後は、IIS サイトを再起動します。