Skip to main content

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

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.
Enable Resource ManagementOptionalAllows working with multiple clients. Defaults to cleared.
Context TagsOptionalTags that must be provided at runtime to establish the connection.
OAuth Client IdOptionalThe public identifier issued by the OAuth provider.
OAuth Client SecretOptionalThe confidential secret issued by the OAuth provider.
EnvironmentOptionalDevelopment or Production. Selects which connection targets are used. Defaults to Development.
AuthenticateOptionalStarts the authorization flow.

Authenticate the connection before saving.

Customized Scopes

FieldRequiredDescription
ScopesOptionalThe Microsoft Graph scopes requested when authorizing.