Microsoft Graph
Microsoft Graph is the API for Microsoft 365. Connect to Office, Windows 10, and Enterprise Mobility + Security to empower creativity and collaboration. Simflofy has 3 Microsoft Graph based connectors which all use the same authentication connection. Their features implementations vary based on systems. For specifics of each implementation, see the following:
Connector Capability Support
Connector | Read | Write | Discovery | Content Services |
---|---|---|---|---|
MS Graph SharePoint | โ | โ | โ | โ |
MS Graph Teams | โ | X | X | โ |
MS Graph One Drive | โ | X | X | โ |
MS Graph Mail | โ | X | X | X |
Authentication Connection
Simflofy Uses the Microsoft Identity Platform to communicate via the Graph
API. You will need to register the Simflofy application with Azure active
directory:
Quickstart: Register an application with the Microsoft identity platform
Set up your application for access:
Auth v2 Service - Authentication and Authorization Steps
And finally grant Application Permissions via the App registration. Delegated permissions will not work.
Once you have set up your App in Azure, you can now configure your Simflofy auth connector for Graph.
The Tenant, Client ID, and Client Secret, are all provided to you during your App registration from above.
- Tenant: The directory tenant the application plans to operate against, in GUID or domain-name format.
- Client ID: The directory tenant the application plans to operate against, in GUID or domain-name format.
- Client Secret: The directory tenant the application plans to operate against, in GUID or domain-name format.