Skip to content

Commit 3fedc71

Browse files
committed
updated sign-in steps for admin center
1 parent 6da4967 commit 3fedc71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/develop/howto-call-a-web-api-with-curl.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ The Microsoft identity platform requires your application to be registered befor
7070

7171
Follow these steps to create the web API registration:
7272

73-
1. Sign in to the [Azure portal](https://portal.azure.com).
73+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
7474
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
75-
1. Search for and select **Azure Active Directory**.
76-
1. Under **Manage**, select **App registrations > New registration**.
75+
1. Browse to **Identity** > **Applications** > **Application registrations**.
76+
1. Select **New registration**.
7777
1. Enter a **Name** for the application, such as *NewWebAPI1*.
7878
1. For **Supported account types**, select **Accounts in this organizational directory only**. For information on different account types, select **Help me choose** option.
7979
1. Select **Register**.
@@ -129,10 +129,10 @@ Follow these steps to create the web app registration:
129129

130130
::: zone pivot="api"
131131

132-
1. Sign in to the [Azure portal](https://portal.azure.com).
133-
1. If access to multiple tenants is available, use the Directories + subscriptions filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
134-
1. Search for and select **Azure Active Directory**.
135-
1. Under **Manage**, select **App registrations** > **New registration**.
132+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
133+
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
134+
1. Browse to **Identity** > **Applications** > **Application registrations**.
135+
1. Select **New registration**.
136136
1. Enter a Name for the application, such as `web-app-calls-web-api`.
137137
1. For **Supported account types**, select **Accounts in this organizational directory only**. For information on different account types, select the **Help me choose** option.
138138
1. Under **Redirect URI (optional)**, select **Web**, and then enter `http://localhost` in the URL text box.

0 commit comments

Comments
 (0)