azureadalazureportalapi-authorization

Microsoft APIs authorizations management with App Registration Portal


When I create an application through Azure AD admin portal, when I go into "application registrations", I can manage authorizations for several APIs (Graph, SharePoint Online, Skype for Business Online, Power BI, OneNote...)

However, when I create an application using the Microsoft Application Registration Portal, it seems only possible to add Graph API authorizations (User.Read, etc.)

Is it possible to use Microsoft Application Registration Portal to manage application access for other APIs than Graph ?


Solution

  • The App Reg Portal is the portal for registering Azure AD v2.0 apps (combines Microsoft Accounts + Azure AD Accounts behind 1 endpoint). Right now, v2 does not support getting access tokens for web APIs other than graph.

    The feature set on v2.0 will continue to expand and in parallel the portal expose these supported features (including other APIs other than graph).