10-07-23 12:08 PM
Hi Team,
We have started migration for O365 and would like to consume Microsoft Graph API for outlook, SharePoint etc.
Could you please help us on how we can configure and start consuming the Graph API? As of now we have a setup on couple of machines already migrated to O365.
Thanks
Sumit Kewalramani
10-07-23 12:21 PM
Hi Sumit,
Each of the Microsoft Graph API assets on DX have associated user guides with it. You will have to do the necessary configuration on Azure based on that.
https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-office-365---outlook ;
https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-365---excel
https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint ;
11-07-23 06:50 AM
Hi Shashank,
Thanks for your help, just have couple of follow up questions on the same -
Regards,
Sumit
12-07-23 07:15 AM
Hi Sumit,
Outlook 365 VBO should work with BP V6.4.
Are you talking about this authentication page -
13-07-23 12:22 PM
Hi Shashank,
In the guide for Microsoft Office 365 Outlook it is mentioned that VBO's are supported after V6.7. That's why I am looking for any options to consume graph API in V6.4.
2. Yes I am referring to same authenticate stage, once the O365 app is registered on Azure. Can we directly use this Authenticate action with Client Secret Token, User ID and Tenant ID? Do we need any additional configuration or internal ssl certificates to establish a connection with graph API?
Thanks
Sumit
13-07-23 02:13 PM
Hi Sumit,
You can use use Authenticate action with Client Secret, Client ID and Tenant ID.
There are a number of ways to authenticate. You only need to use one of it.
Get Auth Token - Client Secret
Get Auth Token - Certificate
Get Auth Token - Integrated Windows Auth
Get Auth Token - Username and Password