更新清单

创建应用程序后,必须使用应用程序角色更新 Azure Active Directory 中的清单。

过程

  1. 导航至 Microsoft Azure 目录,然后点击 “应用注册 ”。
  2. 选择您的应用程序。
    该图片展示了应用程序的选择项。
  3. 点击 “清单”
  4. appRoles 部分中添加两个应用程序角色,分别代表管理员和普通用户 Verify 。 应用程序角色的标识需要是全局唯一标识 (GUID)。
    该图展示了各角色的代码说明。
    例如,
    
    {
      "allowedMemberTypes": [
    "User"
      ],
      "description": "Security_Verify_Admin",
      "displayName": "Security_Verify_Admin",
      "id": "081bc638-ed68-4cb5-a862-bf7c8d5afd3e",
      "isEnabled": true,
      "value": "admin"
    },
    {
      "allowedMemberTypes": [
    "User"
      ],
      "description": "Security_Verify_User",
      "displayName": "Security_Verify_User",
      "id": "00d291f1-4b8a-432d-bcd7-5193b3bd749e",
      "isEnabled": true,
      "value": "user"
    }
    
  5. 点击 “保存”
  6. “应用注册 ”选项卡中,从 “本地目录中的托管应用 ”中点击指向您应用的链接。
  7. 单击 “用户和组 ”。
  8. 将您在 4 步中创建的管理员和标准角色,分别分配给您在“配置 Azure Active Directory 作为身份提供商”步骤 9 中添加的管理员组和标准组。
    该图片展示了一张列出组信息的表格。
  9. 通过导入在“配置 Azure ” Active Directory 中作为身份提供商步骤 10i 下载的 Azure AD 元数据,在 Verify 中创建相应的合作伙伴。