0
votes

The application I'm working on allow users to import files from Google Drive and OneDrive. I would like to support OneDrive for Business but I'm not sure if this is possible.

From what I read, in order to use the OneDrive for Business API one needs to create an Azure application linked to a specific AD. Does that mean a third party application can only access the OneDrive of the users within the AD it was registered in? Would I have to create a different Azure application for each "enterprise"?

1

1 Answers

0
votes

You can definitely create an app that users from multiple tenants can access. Here's a blog post explaining the differences between single and multi-tenant. You can also check out this code sample from Azure that demonstrates and walks you through a similar scenario.