メインコンテンツへスキップ

前提条件

External Identity Provider として使用するために Azure Active Directory を構成する前に、アプリケーション登録を作成します。アプリケーションを登録すると、アプリケーションと External Identity Provider の間に信頼関係が確立されます。 アプリケーションを作成するには、次の手順に従います。
  1. Azure Portal を開いてサインインします。左側のペインで Azure Active Directory を選択します。
  2. 右側のペインで App registrations を選択し、New registration をクリックします。
Azure AD App Registrations
  1. 必須の field を入力します:
    • a. 名前を指定します。
    • b. Accounts in this organizational directory only (ABBYY only - Single tenant) を選択します。
    • c. このアカウントで認証させたい各 Vantage URL の URI を指定します: https://<your-vantage-url>/auth2/signin-oidc
Application Registration Form
  1. Register をクリックします。
これで Azure Active Directory でのアプリケーション登録が完了しました。上記の手順を完了後、External Identity Provider として使用するために Azure Active Directory を設定する必要があります。

セットアップ

Azure Active Directory を設定するには、次の手順を実行します。
  1. アプリケーションの Overview ページで、Application ID URI と Directory (tenant) ID の値を控え、続いて Redirect URIs の値をクリックします。
Azure AD Overview Page
  1. Access tokensID tokens を選択し、Save をクリックします。
Token Configuration

次のステップ

Vantage のテナントで外部 ID プロバイダー経由の認証を設定します。その際、次の情報が必要になります。
  • 手順 1 で取得した Application (Client) Id
  • 次の形式の Azure Active Directory の URL: https://login.microsoftonline.com/<Directory (tenant) ID>
詳細については、「テナントに対して外部 ID プロバイダーを設定する」を参照してください。