You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/howto-call-a-web-api-with-curl.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,10 @@ The Microsoft identity platform requires your application to be registered befor
70
70
71
71
Follow these steps to create the web API registration:
72
72
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).
74
74
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**.
77
77
1. Enter a **Name** for the application, such as *NewWebAPI1*.
78
78
1. For **Supported account types**, select **Accounts in this organizational directory only**. For information on different account types, select **Help me choose** option.
79
79
1. Select **Register**.
@@ -129,10 +129,10 @@ Follow these steps to create the web app registration:
129
129
130
130
::: zone pivot="api"
131
131
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**.
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**.
136
136
1. Enter a Name for the application, such as `web-app-calls-web-api`.
137
137
1. For **Supported account types**, select **Accounts in this organizational directory only**. For information on different account types, select the **Help me choose** option.
138
138
1. Under **Redirect URI (optional)**, select **Web**, and then enter `http://localhost` in the URL text box.
0 commit comments