Skip to content

Commit 9276e90

Browse files
committed
Minor edits
1 parent f4ac7b1 commit 9276e90

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/api-management/api-management-howto-oauth2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Optionally:
225225

226226
* The **Authorization request method** specifies how the authorization request is sent to the OAuth 2.0 server. Select **POST**.
227227

228-
:::image type="content" source="media/api-management-howto-oauth2/oauth-03.png" alt-text="Screenshot of authorization settings dialog.":::
228+
:::image type="content" source="media/api-management-howto-oauth2/oauth-03.png" alt-text="Screenshot of the authorization settings dialog box.":::
229229

230230
1. Specify **Token endpoint URL**, **Client authentication methods**, **Access token sending method**, and **Default scope**.
231231

@@ -253,7 +253,7 @@ Optionally:
253253
- `/signin-oauth/code/callback/<authServerName>` for authorization code grant flow
254254
- `/signin-oauth/implicit/callback` for implicit grant flow
255255

256-
:::image type="content" source="media/api-management-howto-oauth2/oauth-04.png" alt-text="Add client credentials for the OAuth 2.0 service":::
256+
:::image type="content" source="media/api-management-howto-oauth2/oauth-04.png" alt-text="Screenshot showing the Add client credentials for the OAuth 2.0 service dialog box.":::
257257

258258
Copy the appropriate Redirect URI to the **Authentication** page of your client-app registration. In the app registration, select **Authentication** > **+ Add a platform** > **Web**, and then enter the Redirect URI.
259259

@@ -274,13 +274,13 @@ After saving the OAuth 2.0 server configuration, configure an API or APIs to use
274274
> * Configuring OAuth 2.0 user authorization settings for an API enables API Management to acquire a token from the authorization server when you use the test console in the Azure portal or developer portal. The authorization server settings are also added to the API definition and documentation.
275275
> * For OAuth 2.0 authorization at runtime, the client app must acquire and present the token and you need to configure token validation in API Management or the backend API. For an example, see [Protect an API in Azure API Management using OAuth 2.0 authorization with Microsoft Entra ID](api-management-howto-protect-backend-with-aad.md).
276276
277-
1. Select **APIs** from the **API Management** menu on the left.
277+
1. Under **APIs** on the sidebar menu, select **APIs**.
278278

279279
1. Select the name of the desired API and select the **Settings** tab. Scroll to the **Security** section, and then select **OAuth 2.0**.
280280

281281
1. Select the desired **Authorization server** from the drop-down list, and select **Save**.
282282

283-
:::image type="content" source="./media/api-management-howto-oauth2/oauth-07.png" alt-text="Configure OAuth 2.0 authorization server":::
283+
:::image type="content" source="./media/api-management-howto-oauth2/oauth-07.png" alt-text="Screenshot showing the Configure OAuth 2.0 authorization server options.":::
284284

285285
## Developer portal - test the OAuth 2.0 user authorization
286286

0 commit comments

Comments
 (0)