Microsoft Graph Integration (Premier)
Microsoft Graph is a REST API built by Microsoft to allow access to Microsoft Office 365 Services like MS Teams and OneDrive. Workflow supports two types of authentications.
- OAuth2 Authorization Code is a secure and commonly used authorization flow that allows applications to access resources on behalf of a user. The Graph API is often used in the context of Microsoft services like Microsoft Graph, which provides a unified endpoint to access data from various Microsoft services.
- OAuth2 Client Credentials is typically used for server-to-server interactions, where an application needs to access resources without user interaction. This flow is suitable for applications that need to access resources that are not user-specific, such as accessing an API to read or write data.
↑