Microsoft Graph
Microsoft Graph is a unified API for accessing Microsoft 365 services and data, like users, emails, and files.
Creating a Microsoft Graph connection
Create the connection by using one of the following methods:
Using OAuth
Creating your connection
- In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
- Select the Microsoft Graph icon. A dialog box with name of the connection and connection methods appear.
- (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
- Click Microsoft Graph to authenticate using OAuth.
- Sign in using your credentials.
Using App Registration
To create the connection you need:
- A Client ID
- A Client Secret
- A Tenant ID
Obtaining the credentials
Go to Microsoft Azure Portal.
Click on Microsoft Entra ID.
Go to App Registrations.
Create a new application registration or click on one of your existing applications.
Copy your client ID and tenant ID.
Create a new client secret.
Navigate to API Permissions.
Add a new permission.
Click on Microsoft Graph.
Choose Application permissions and mark the permissions you wish to add.
- Click on Add permissions.
If required, click Grant admin consent for
<your tenant>
on the API permissions page.
Creating your connection
- In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
- Select the Microsoft Graph icon. A dialog box with name of the connection and connection methods appear.
- (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
- Select App Registration as the method to create the connection.
- Fill in the parameters:
- The Client ID
- The Client Secret
- The Tenant ID
- (Optional) Click Test Connection to test it.
- Click Create connection. The new connection appears on the Connections page.