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
- Navigate to the Microsoft Azure Directory and click App registrations.
-
Select your application.
- Click Manifest.
-
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).
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" }
- Click Save.
- Click the link to your application from the Managed application in local directory on the App registrations tab.
- Click Users and groups.
-
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.
- 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.