Retrieving app registration properties in Microsoft Entra ID

Prev Next
  1. Open the Microsoft Entra admin center: https://entra.microsoft.com

  2. Go to Applications.

  3. Select the App registrations tab.
    The App registrations tab opens.

    App registrations page in Microsoft Entra admin center

  4. Select the entry of your app registration.
    The Overview tab of your app registration opens.

    Overview of the dox42 application registration in Microsoft Entra admin center.

    Registered app in Microsoft Entra admin center

  5. In the Essentials section you will find:

    • Application (client) ID which is often referred to as Application ID

    • Directory (tentant) ID which is often referred to as Tenant ID

  6. To retrieve the redirect URIs:

    1. Select the Authentication tab.
      The Authentication tab opens.

      Microsoft Entra admin center showing authentication settings and redirect URIs for applications.

      Authentication tab

    2. In the Web section, you can find the Redirect URL of the server.

    3. In the Mobile and desktop applications section, you can find the Redirect URL of the add-in (see Adding a mobile and desktop application to your app).

Result

You have retrieved the app registration properties.