Forum Discussion
ninabseeq
6 years agoNew Member
Authenticating OData feed from 3rd-party app with Azure AD
I'm a developer of a 3rd-party app that allows users to export OData feeds, which can then be imported into PowerBI. Some of our users use SSO providers (such as Azure Active Directory, and other OAu...
JirkaZ
Solution Specialist
6 years agodid you request correct scopes when authenticating?
- ninabseeq6 years agoNew Member
It's not immediately apparent what scopes PowerBI is requesting in its request to Azure AD, but I know it's at least requesting the user_impersonation scope. Adding scopes (openid, profile, email) to the authorization_uri that my app sends to PowerBI doesn't seem to fix the issue.