Share via

ADAL2MSAL migration - permissions reference

Piotr Stepien 1 Reputation point
2021-11-19T13:02:15.75+00:00

Hello.

For MS Graph permissions reference we use https://learn.microsoft.com/en-us/graph/permissions-reference on daily basis.
Is something similar available for Azure AD permissions ? Honestly - can't find similar reference.

The goal is to map Azure AD Graph permissions toward Microsoft Graph permissions for our developers, or at least verify what we can consent prior Azure AD Graph endpoint disablement.
I can fetch existing appRoles / scopes from Azure backend - but this will be just short description, like e.g.

Application.Read.All - Allows the app to read applications and service principals without a signed-in user.

Is there documentation on MS end, which gives more details about Azure AD Graph permissions ?

Microsoft Security | Microsoft Entra | Microsoft Entra ID

2 answers

Sort by: Most helpful
  1. Piotr Stępień 6 Reputation points
    2021-12-01T15:32:05.583+00:00

    Was this answer helpful?

    0 comments No comments

  2. AmanpreetSingh-MSFT 56,971 Reputation points Moderator
    2021-11-22T06:14:31.657+00:00

    Hi @Piotr Stepien • Thank you for reaching out.

    Like MSAL uses Microsoft Graph, ADAL used to use Azure AD Graph. In order to migrate to Microsoft Graph from Azure AD Graph, can refer to the Migration guide here: Migrate Azure AD Graph apps to Microsoft Graph. The guide includes reviewing the differences between the APIs, examining API use, reviewing app details, and finally deploying, testing, & extending your app, as shown in the below snip:

    151361-image.png

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.