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
-`/signin-oauth/code/callback/<authServerName>` for authorization code grant flow
254
254
-`/signin-oauth/implicit/callback` for implicit grant flow
255
255
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.":::
257
257
258
258
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.
259
259
@@ -274,13 +274,13 @@ After saving the OAuth 2.0 server configuration, configure an API or APIs to use
274
274
> * 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.
275
275
> * 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).
276
276
277
-
1.Select**APIs**from the **API Management**menu on the left.
277
+
1.Under**APIs**on the sidebar menu, select **APIs**.
278
278
279
279
1. Select the name of the desired API and select the **Settings** tab. Scroll to the **Security** section, and then select **OAuth 2.0**.
280
280
281
281
1. Select the desired **Authorization server** from the drop-down list, and select **Save**.
0 commit comments