Skip to main content

Microsoft Azure setup

Step 1: Sign in to your organization's Azure portal

Step 2: App Registrations

  1. In the side menu, click to App registrations.

Side Menu

  1. Click new registration

New Registration

  1. Fill information.
  • Name: name your application
  • Redirect URI: enter your team domain followed by this callback at the end of the path.

Fill Info

  1. Click Register.

Step 3: Create Certificates and Secrets

  1. On the following screen, click Certificates & Secrets in the left hand panel to create an Application Secret.
  2. Click New client secret.

New Secret

  1. Enter name the client secret and choose an expiration. Click Add.

Fill Secret

  1. Copy the value field of the client secret. Treat this value like a password.

This example leaves the value visible so the values in Azure can be seen in the Access configuration.

Copy Secret

Step 4: Add API Permission

  1. In the left hand panel, select API permissions. Click Add a permission.

Add Permission

  1. Click Microsoft Graph.

Microsoft Graph

  1. Select Delegated permissions. You will need to toggle 7 specific permissions in the next page. Once toggled, click Add permissions.

API Permission API Permission API Permission API Permission API Permission

  1. On the next page, click the button that begins Grant Admin Consent for ...

Grant Admin