I need to create an universal app windows 10 that allow users save his files in his own OneDrive Business account.
I read that I need to register the app with Azure Active Directory (developer account) and then request permissions for OneDrive for Business.
But:
Question1: if app is set as "multi-tenant" in Azure AD, every user will store his files in his own business account onedrive?
user logged: [email protected] ---> onedrive business account contoso.onmicrosoft.com
user logged: [email protected] --> onedrive business account: otherbusiness.onmicrosoft.com
etc.
Question 2: then, when we call api url and app is multi-tenant, what tenant can put here:
https://{tenant}-my.sharepoint.com/_api/v2.0