I am register an application but this application not showen in Enterprise application

azureadmin 1 Reputation point
2022-08-04T10:43:54.19+00:00

I am register an application but this application not shown in Enterprise application

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 20,911 Reputation points Microsoft Employee Moderator
    2022-08-04T11:54:11.423+00:00

    @azureadmin

    As you know, application Object is what you see under App Registrations in AAD and Service Principal Object is what you see under the Enterprise Registration blade in AAD.

    Every Application registered in App registration (created through the Azure Portal or using the Microsoft Graph APIs, or AzureAD PS Module) would create a corresponding Service Principal Object in the Enterprise Registration blade of AAD.
    A service principal is a concrete instance created from the application object and inherits certain properties from that application object. A service principal is created in each tenant where the application is used and references the globally unique app object. The service principal object defines what the app can actually do in the specific tenant, who can access the app, and what resources the app can access.

    When you register an application in Azure AD, there are multiple properties that gets assigned to the application in app registration blade.
    You can access corresponding service principal object for registered app in 2 different ways.

    1: Click on enterprise applications blade and select the corresponding object. Since, you mentioned that you are unable to see this service principal under enterprise applications blade, you can use the 2nd option as below.

    2: Open application in app registration blade and click on option "manage application in local directory" as marked in below screenshot. This way also you can access the corresponding service principal object.

    228067-image.png

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

    3 people found this answer helpful.
    0 comments No comments

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.