As i am playing with the Microsoft Graph API (https://graph.microsoft.io/) I want to understand the multi-tenancy support for Graph API.
As i understand, we need to first create and register our app (http://dev.office.com/app-registration) with the O365 Azure AD before we can use it to access the graph API.
This is is consistent with the earlier model, where apps were created directly in the underlying AD. I believe the above app creation step does the same.
While this allows the app to access the graph API for the tenant where we have registered the app, the app cannot access other tenant data. How do we do that?
AD apps earlier had a grant access flow, where the app used to present a dialog to user in other tenant to authorize the app. Does this flow still holds good?
Any guidance in this regards would be helpful.