Azure App Registration

Yaswanth Reddy 60 Reputation points
2024-09-10T05:11:01.8366667+00:00

There is a company that uses Azure as their cloud service provider. I created an app registration from my Azure account and shared it with them. They granted permissions for Directory.Read.All and Application.Read.All and other permissions necessary to readt the enterprise applications and App Registrations . I'm able to read all the service principals (enterprise applications) and enterprise applications, except for some service principals (enterprise applications) and app registrations. Why is that?

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshu katara 16,720 Reputation points MVP Moderator
    2024-09-10T06:37:50.2766667+00:00

    Hello Yaswanth , Welcome to MS Q&A

    The reason you may not be able to read some service principals and app registrations even with Directory.Read.All and Application.Read.All permissions is that these permissions only grant access to read all properties of single-tenant and multi-tenant applications outside of properties that cannot be read in any situation like credentials. To read other properties, you need to include the appropriate read permissions for the specific properties you want to access. For example, if you want to read the owners property on single-tenant and multi-tenant applications, you need the microsoft.directory/applications/owners/read permission.


    References:

    Kindly check and let us know if any further questions

    Thanks
    Deepanshu

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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