Office 365

Add application to Azure AD

Add an application to Azure Active Directory to create and expose Microsoft Graph API endpoints for provisioning.

Steps

  1. Complete the steps in Register an application with the Microsoft identity platform in the Microsoft identity platform documentation.

  2. Note your Azure application ID and secret.

  3. To allow the provisioner to manage all users, including deleting users or modifying administrators, assign the "User administrator" role to your Azure AD application.

  4. Add the following application permissions to your application by completing the steps in .microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis//[Add permissions to access web APIs]:

    • Application.ReadWrite.All

    • Group.ReadWrite.All

    • Organization.Read.All

    • User.ReadWrite.All