How to find my Azure Active Directory application in Azure portal?

Perqin 0 Reputation points
2023-05-20T16:47:53.38+00:00

I've previously registered an application in Azure Active Directory to integrate Microsoft personal account OAuth sign in. But I can't find that application listed now. The auth_config.json generated is still working in my app now, but I cannot configure it in the portal.

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Konstantinos Passadis 19,586 Reputation points MVP
    2023-05-20T17:59:02.4766667+00:00

    Hello @Perqin !

    I see you want to find an Application you created in Azure AD

    To find App registrations you have to go :

    User's image

    Also if an Enterprise App was created you can search and filter in the Enterprise Applications Tab:

    User's image

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


  2. Konstantinos Passadis 19,586 Reputation points MVP
    2023-06-05T00:11:13.0566667+00:00

    Hello @Perqin !

    Yes it is possible

    Login to Azure

    Connect-AzAccount

    Get-AzADApplication -ObjectId $id

    Have a look here :

    https://learn.microsoft.com/en-us/powershell/module/az.resources/get-azadapplication?view=azps-10.0.0

    If you found any answer helpful kindly mark it as Accepted!

    Regards

    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.