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
1. In the left menu, under **APIs**, select **Products**.
86
86
1. Choose the product you want to configure, such as the **Starter** product.
@@ -105,11 +105,16 @@ Review application settings in **App registrations**:
105
105
1. Sign in to the Azure portal and navigate to **Microsoft Entra ID** > **Manage** > **App registrations**.
106
106
1. Select **All applications**.
107
107
1. Search for and select the application created by API Management.
108
+
1. On the **Overview** page, note the **Application (client) ID**. This ID is set as the **Audience** value when creating a client application to access the product.
108
109
1. In the left menu, under **Manage**, select **App roles**.
109
110
1. Confirm that an application role was set by Azure API Management, as shown in the following screenshot:
110
111
111
112
:::image type="content" source="media/applications/application-roles.png" alt-text="Screenshot of app roles in the portal.":::
112
113
114
+
The backend application ID is also displayed in API management in the product's **Properties** pane. This ID is set as the **Audience** value when creating a client application to access the product. Also use this value when generating a token to call the product API.
115
+
116
+
:::image type="content" source="media/applications/product-application-settings.png" alt-text="Screenshot of product's application settings in the portal.":::
117
+
113
118
## Create client application to access product
114
119
115
120
Now create a client application that is registered in Microsoft Entra ID and limits access to one or more products.
@@ -120,7 +125,7 @@ Now create a client application that is registered in Microsoft Entra ID and lim
120
125
121
126
1. Sign in to the Azure portal at the following test URL:
0 commit comments