Microsoft
The Microsoft connector supports all products which are a part of the Microsoft Graph API. These include:
- OneDrive
- SharePoint
- Outlook
- OneNote
- Teams
For a full list of supported products, refer to Microsoft documentation.
We also have connectors for:
What’s Supported
Supported Actions
This connector supports:
- Proxy Actions, using the base URL
https://graph.microsoft.com
.
Before You Get Started
To connect Microsoft services with Ampersand, you will need a Microsoft Account.
Once your account is created, you’ll need to create an app in the Azure portal, configure the Ampersand redirect URI within the app, and obtain the following credentials from your app:
- Client ID
- Client Secret
- Scopes
You will then use these credentials to connect your application to Ampersand.
Create a Microsoft Account
Here’s how you can sign up for a Microsoft account:
- Go to the Microsoft Sign up page.
- Sign up using your preferred method and verify your email.
Creating a Microsoft App
Follow the steps below to create a Microsoft app and add the Ampersand redirect URL.
-
Log in to your Azure Portal.
-
Navigate to Azure Active Directory > App registrations.
-
Click the New registration button.
-
In the Register an application window, enter the Name and select the Supported account types.
-
In the Redirect URI section, select Web and enter the Ampersand redirect URL:
https://api.withampersand.com/callbacks/v1/oauth
. -
Click Register.
-
In the left-hand sidebar, navigate to Certificates & secrets.
-
Click New client secret and provide a description and expiration period.
-
Click Add. Note the Client Secret value. You will need it later.
-
In the left-hand sidebar, navigate to Manage >> API permissions.
-
Click Add a permission and choose the required scopes.
-
Generate
You will find the Client ID in the Overview section. Note this credential, as you will need the Client ID and _Client Secret _from the Certificates & secrets section to connect your app to Ampersand.
Add Your Microsoft App Info to Ampersand
-
Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Microsoft integration.
-
Select Provider Apps.
-
Select Microsoft from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
-
Enter the scopes set for your application in Microsoft.
-
Click Save Changes.