Updating the manifest

After you created you application, you must update the manifest in Azure Active Directory with the application roles.

About this task

Procedure

  1. Navigate to the Microsoft Azure Directory and click App registrations.
  2. Select your application.
    The image shows the application selections.
  3. Click Manifest.
  4. Add two application roles in the appRoles section to represent the administrator and the standard Verify user. The IDs for the application roles need to be globally unique identifiers (GUIDs).
    The image shows code descriptions of the roles.
    For example,
    
    {
      "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. Click Save.
  6. Click the link to your application from the Managed application in local directory on the App registrations tab.
  7. Click Users and groups.
  8. Assign the administrator and standard roles that you created in step 4 to the admin and standard groups that you added in Configuring Azure Active Directory as an identity provider step 9 respectively.
    The image shows a table that lists the group information.
  9. Create the corresponding partner in Verify by importing the Azure AD metadata that you downloaded in Configuring Azure Active Directory as an identity provider step 10i.