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.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
938 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,451 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Konstantinos Passadis 17,286 Reputation points
    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 17,286 Reputation points
    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