How do I identify the application names of these app IDs? Missing Information regarding the Client AppName

Aire Yamit 0 Reputation points
2024-12-25T19:16:17.36+00:00

a3883eba-fbe9-48bd-9ed3-dca3e0e84250

707b6767-a94d-4953-9eb2-8d24e9835848

82d8ab62-be52-a567-14ea-1616c4ee06c4

eed83176-464d-48c7-a887-cc5cc534c7b8

OwaDownload@173a53e7-93cb-491a-91c1-da62649661e7

d34dcd43-8519-44e4-827c-de79b767da47

23b06408-7389-43a1-a9c5-6b6b64f64a5a

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,647 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Goutam Pratti 1,150 Reputation points Microsoft Vendor
    2024-12-26T02:49:36.3433333+00:00

    Hello @Aire Yamit ,

    Thank you for reaching out Microsoft Q&A.

    I understand that you would like to identify the application name of a set of App IDs in Microsoft Azure.

    If the application has registered in your tenant, you will be able to see a list of all registered applications to find the application name with the client ID, you need to go to the Azure portal and follow these steps:

    1. Go to the Microsoft Entra ID.
    2. Select "App registrations" from the left menu.
    3. Search for the client ID in the search bar.
    4. Click on the application with the matching client ID.
    5. The application name will be displayed on the Overview page of the application.

    You can repeat these steps for each App ID in the list to identify their corresponding application names. Also, you can use the Get-AzureADApplication cmdlet in PowerShell to find the application name with the client ID.

    PowerShell Copy

    Get-AzureADApplication -Filter
    
    

    User's image

    Replace (Your-Client-ID) with your actual client ID. This command will return the details of the application associated with the provided client ID

    NOTE: You can view the details of applications that fall under your tenant. However, if an application does not belong to your tenant, its details cannot be accessed due to security concerns.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Regards,
    Goutam Pratti.

    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.