Skip to content

Commit 3a22629

Browse files
author
gitName
committed
edits"
1 parent 1646f37 commit 3a22629

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/api-management/applications.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,15 @@ Follow these steps to enable **Application based access** for a product. A produ
7878
The following example uses the **Starter** product, but choose any published product that has at least one API assigned to it.
7979

8080

81-
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your API Management instance.
82-
2. In the left menu, under **APIs**, select **Products**.
83-
3. Choose the product you want to configure, such as the **Starter** product.
84-
4. In the left menu, under **Product**, select **Properties**.
85-
5. Enable the **Application based access** setting.
86-
6. Select **Save**.
81+
1. Sign in to the Azure portal at the following test URL :
82+
83+
[`https://portal.azure.com/?showversion=true&feature.customPortal=false&Microsoft_Azure_ApiManagement=javierbo2&applicationNewRoleValueFormat=true`](https://portal.azure.com/?showversion=true&feature.customPortal=false&Microsoft_Azure_ApiManagement=javierbo2&applicationNewRoleValueFormat=true)
84+
1. Navigate to your API Management instance.
85+
1. In the left menu, under **APIs**, select **Products**.
86+
1. Choose the product you want to configure, such as the **Starter** product.
87+
1. In the left menu, under **Product**, select **Properties**.
88+
1. Enable the **Application based access** setting.
89+
1. Select **Save**.
8790

8891
:::image type="content" source="media/applications/enable-application-based-access.png" alt-text="Screenshot of enabling application based access in the portal.":::
8992

@@ -128,7 +131,7 @@ Now create a client application that is registered in Microsoft Entra ID and lim
128131
:::image type="content" source="media/applications/register-application.png" alt-text="Screenshot of application settings in the portal.":::
129132
1. Select **Register**.
130133

131-
The application is added to the list of applications on the **Applications** pane. A client secret is automatically generated for the application. The client secret is used to obtain an OAuth 2.0 token from the client application in the client credentials flow.
134+
The application is added to the list of applications on the **Applications** pane. A client secret is automatically generated for the application.
132135

133136
<!-- Where would client secret show? Should customer store it somewhere? -->
134137

0 commit comments

Comments
 (0)