Microsoft Graph API
Microsoft Graph API is an OAuth resource. It holds the client credentials, the environment, and the scopes used when calling Microsoft Graph.
Enable Resource Management is what distinguishes it from a single-tenant resource — it allows one resource to work with multiple clients, selected at runtime through Context Tags.
The resource has two tabs: Configuration and Customized Scopes.
Configuration
| Field | Required | Description |
|---|---|---|
| Name | Optional | Name of the component. |
| Description | Optional | Description of the component. |
| Enable Resource Management | Optional | Allows working with multiple clients. Defaults to cleared. |
| Context Tags | Optional | Tags that must be provided at runtime to establish the connection. |
| OAuth Client Id | Optional | The public identifier issued by the OAuth provider. |
| OAuth Client Secret | Optional | The confidential secret issued by the OAuth provider. |
| Environment | Optional | Development or Production. Selects which connection targets are used. Defaults to Development. |
| Authenticate | Optional | Starts the authorization flow. |
Authenticate the connection before saving.
Customized Scopes
| Field | Required | Description |
|---|---|---|
| Scopes | Optional | The Microsoft Graph scopes requested when authorizing. |