Sharing OneDrive data between tenants
Sharing applications with internal users is a pretty straightforward task. Build the canvas app, publish it, and share it with specific users, groups, or the entire organization. If your app uses a data source, it might require more steps. For example, when using Dataverse, you will need to configure the security roles required to access the tables in your application.
There is also another form of sharing: guest access. You can invite users to your organization by making them guest users in the Azure Entra ID. For more information on this, go to https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/share-app-guests.
Once the guest user gets included in the organization, you can share your app using the standard method. However, not all connectors support guest access because they work by requesting access to the user’s own tenant.
Let’s take the following scenario as an example:
A maker of the PowerNimbus...