I'm building an Angular 2 JavaScript app with the Microsoft Graph API currently.
It requires that I register an Azure AD app with the following URL:
https://apps.dev.microsoft.com/#/appList
(Also see, https://github.com/microsoftgraph/angular2-connect-rest-sample)
I want to embed a Power BI dashboard into the web app. It requires that I register a separate app with Azure AD using the following URL:
(Also see, https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-dashboard/)
In order to leverage both the Graph API and Power BI Embed, I have to register two separate apps with Azure AD and the user has to login twice.
Is there a way I can just grant Power BI permissions to the Graph API