跳转到主要内容

先决条件

  • 在配置身份之前,请确保您拥有一个 Vantage 租户标识符。要获取租户标识符,请在 ABBYY Vantage 中单击 Configuration。该标识符位于 General 选项卡上。
  • 创建一个重定向 URI 以接收身份验证响应。URI 为:
    https://<your-vantage-url>/auth2/Saml2/Acs
  • 创建一个应用注册(参见下文中的说明)。注册应用程序会在您的应用程序与外部身份提供商之间建立信任关系。

创建应用程序

要创建应用程序,请执行以下步骤:
  1. 打开 Azure Portal 并完成身份验证。在左侧窗格中选择 Azure Active Directory
  2. 在右侧窗格中选择 App registrations,然后单击 New registration
Azure AD App Registrations
  1. 填写必填字段:
    • a. 指定一个名称。
    • b. 选择 Accounts in this organizational directory only
    • c. 为每个需要使用此账户进行身份验证的 Vantage URL 指定一个 URI:https://<your-vantage-url>/auth2/Saml2/Acs
Application Registration Form
  1. 单击 Register
接下来,将 Azure Active Directory 配置为用作外部身份提供程序。

设置

要完成 Azure Active Directory 的设置,请按照以下步骤进行:
  1. Expose an API 选项卡中,设置 Application ID URI。根据 Microsoft Entra identifier URI restrictions,请使用 api://<appId> 格式,其中 appId 为应用注册中的 Application ID(例如:api://a37892f6-c2e9-4092-b804-d054741da4da)。请将此值复制下来,因为在 Vantage 中配置 External Identity Provider 时会用到它。
  2. 选择 Overview 选项卡并单击 Endpoints。复制 Federation metadata document 字段的值。
Endpoints and Federation Metadata

后续步骤

在 Vantage 中为您的租户通过 SAML 2.0 外部身份提供程序设置身份验证,并使用第 2 步中获得的 Federation metadata document 链接。 欲了解更多信息,请参阅为租户设置外部身份提供程序