Guide to registering an app with the Microsoft identity platform, including steps for creating a Client Secret and configuring permissions like Files.ReadWrite.All and Sites.Read.All.
Register an application with the Microsoft identity platform
-
Register an application
-
Go to the Microsoft Documentation on how to Resister an application
- Follow steps one to seven
-
- Save your Application ID / Client ID to a secure location for later
- Save your Directory ID / Tenant ID to a secure location for later
- A screenshot in the Microsoft Documentation shows you where to find both ID's
- Create a Client Secret
- Go to Certificates & Secrets after registration
- Click on the Client Secrets
- Click on New Client Secret
- A client Secret ID and Client Secret value will be generated
- Save your Client Secret value to a secure location for later
Configure permissions for Microsoft Graph
The Required permissions for this integration are:
- Files.ReadWrite.All
- Sites.Read.All
- To Enable these permissions click API permissions
- Click Add a permission
- Click Microsoft Graph
- Click Application permissions
- Search for the permissions below and after clicking the Checkbox click Add permissions
- Files.ReadWrite.All
- Sites.Read.All
- Remove User.Read
- On the far right of the row Click the 3 dots and remove the permission.
- Click Grant admin consent for <Your Organization Name>
Configure application in MyGlue
- Go to MyGlue
- Select your account
- Install SharePoint Integration
- Select the Available tab
- Select Install on the SharePoint Application
- Select the appropriate HubSpot portal
- Under Installed there will now be a SharePoint Application
- Select Settings on the far right side of the SharePoint row
- Update your Configuration
- Place your Directory ID / Tenant ID into the Tenant ID Field
- Place your Application ID / Client ID into the Client ID Field
- Place your Client Secret value into the Client Secret Field
- Click Save Configuration