How to check which App Registration represents an Enterprise App?

Ihor Yalovetskyi 21 Reputation points
2021-04-27T16:25:46.29+00:00

When I open Enterprise App, how do I see which App Registration it belongs to?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2021-04-27T22:58:23.923+00:00

    Hi @Ihor Yalovetskyi ,

    You can do this by checking for the Application ID, since it will match on both.

    Enterprise Application:

    92726-image.png

    App Registration:

    92673-image.png

    The Application IDs for the Enterprise Application and the corresponding App Registration are the same because they point to the same application, but the Object IDs are different since they have slightly different purposes. (I actually wrote a blog post about this here.) If you know one you should be able to search for the other by checking in the blade for either Enterprise Applications or App Registrations, or you can query for it with Azure AD Powershell.

    1 person found this answer helpful.

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.