Blue Prism O365 Migration - Graph API Consumption
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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 ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-23 06:50 AM
Hi Shashank,
Thanks for your help, just have couple of follow up questions on the same -
- Can we consume the graph API using the similar approach from the guides using BP V6.4? If not, is there any other way to consume from this version?
- Once the APP is registered in azure how we can configure in blue prism and bypass the OAuth2.0 (Parameters for BP Outlook Authenticate object)?
Regards,
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-07-23 07:15 AM
Hi Sumit,
Outlook 365 VBO should work with BP V6.4.
Are you talking about this authentication page -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
