Azure Employee Directory Skills

This three step guide will walk your Microsoft Administrator through how to create the Capacity App integration in Microsoft Azure and enable the Azure Employee Directory skills. 

STEP 1: Register Capacity Application

  1. Log into Microsoft Azure as an administrator from https://portal.azure.com
  2. Locate the search bar at the top of the page and search “App Registrations”.
  3. Enter the “App registrations” menu and select “New registration”.
  4. In the popup pane, fill in the following:
    1. Name: Capacity
    2. Redirect URL: https://auth.capacity.com/v1/dev_oauth/callback
  5. Click “Register” at the bottom of the page. Now you should see a new app appearing on the App registration pane



STEP 2: Set API Permissions

  1. Select the newly created app, click on “API Permissions”
  2. Add the following permissions to Capacity:

Azure Active DirectoryMicrosoft Graph

User.Read

Microsoft Graph

  • Sites.Read.All
  • Directory.Read.All
  • Email
  • Offline_access
  • Openid
  • Profile

Your permissions will look like the following example once you’re done:


To complete Capacity’s integration, you will need to get an Application ID,  Application Secret (Value) and a Directory ID to forward to your implementation specialist.

Application ID

The Application ID can be found by navigating to the Capacity app that was just created and clicking into the Overview Menu.

Application Secret

  1. Select Certificates and Secrets from the Capacity app’s side menu bar.
  2. Go to Client Secrets. Click on New Client Secret and enter a description.
  3. Click on the Expires dropdown menu and select Never Expires. Click “Save”.
  4. The Application Secret will display in the Value column and is a randomly generated string of text.
  5. Add a new URL to the Redirect URLs: https://oauth.aisoftware.com/microsoft. Then click Save.
NOTE: The Application Secret will only be displayed once. Please be sure to store this in a safe location!


Directory ID

You can locate your Directory ID by navigating to the Azure Active Directory from your Microsoft Azure Portal, then select “Properties.”





STEP 3: Forward App IDs to Capacity

Once you have obtained your Application ID, Application Secret (Value), and Directory ID please forward them to your Customer Success Manager to have your implementation specialist complete Capacity’s integration.


Was this article helpful?