cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism O365 Migration - Graph API Consumption

SumitKewalraman
Level 3

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

5 REPLIES 5

SumitKewalraman
Level 3

Hi Shashank,

Thanks for your help, just have couple of follow up questions on the same - 

  1. 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?
  2. 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

Hi Sumit,

Outlook 365 VBO should work with BP V6.4

Are you talking about this authentication page -

35739.png

SumitKewalraman
Level 3

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

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