Microsoft 365 Onboarding

This guide walks through connecting your Microsoft 365 tenant to Rockhopper. The process has three steps and takes about 15 minutes.

Step 1: Approve the Azure app permissions

Construct the admin consent URL by replacing tenant-id with your actual tenant ID (see Prerequisites):

https://login.microsoftonline.com/tenant-id/v2.0/adminconsent?client_id=4fea1907-8080-44e1-8b4f-c6ce31563ac9&redirect_uri=https%3A%2F%2Fapp.rockhopper.co&scope=https://graph.microsoft.com/Files.Read.All%20https://graph.microsoft.com/Files.ReadWrite.All%20https://graph.microsoft.com/User.ReadBasic.All
  1. Open the URL in your browser

  2. Sign in with your admin account

  3. Review the listed permissions and click Accept

Azure admin consent screen showing the permissions Rockhopper requests
  1. You'll be redirected to the Rockhopper homepage

circle-info

For details on what each permission does, see Microsoft Permissions.

  1. Go to app.rockhopper.coarrow-up-right and click Sign in with Microsoft

Rockhopper sign-in page
  1. On the permissions screen, check Consent on behalf of your organization

  2. Click Accept

Microsoft permissions screen with the "Consent on behalf of your organization" checkbox checked
  1. You'll be directed to an invite code screen — skip this for now

Step 3: Grant server-side API permissions

This grants the backend API permissions that Rockhopper needs for background processing (like downloading files for version snapshots):

  1. Click Manage Microsoft Entra ID > Manage

  2. Click Enterprise Applications

  3. Find and select Rockhopper Inc.

  4. Click Security > Permissions

  5. Click Grant admin consent for Rockhopper Inc.

Rockhopper Inc. permissions page in Azure Enterprise Applications
  1. Review and accept the permissions in the consent modal

Azure consent modal showing the full list of permissions requested

Done

Your Microsoft 365 tenant is now connected to Rockhopper. Visit app.rockhopper.coarrow-up-right, enter your invite code, and start enrolling files and inviting team members.

Next step: Deploy the Excel Add-in to your users.

Last updated