Skip to content

Commit 0ca766a

Browse files
committed
edits
1 parent 8733804 commit 0ca766a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

articles/api-center/authorize-api-access.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure API access in Azure API Center
3-
description: Configure access to APIs in your Azure API Center inventory using API keys or OAuth 2.0 authorization. Authorized users can test APIs in the API Center portal.
3+
description: Configure access to APIs in your Azure API Center inventory using API keys, OAuth 2.0 authorization, or other HTTP security schemes. Authorized users can test APIs in the API Center portal.
44

55
ms.service: azure-api-center
66
ms.topic: how-to
@@ -136,7 +136,7 @@ Store the secret in Azure Key Vault. Access the key vault using your API center'
136136

137137
### Option 3: Configure settings for another HTTP security scheme
138138

139-
For APIs that use another HTTP security scheme, such as Basic authentication, you can still configure authorization settings in your API center. You might need to choose this for legacy APIs.
139+
For APIs that use another HTTP security scheme, such as Basic authentication or bearer tokens that don't use OAuth 2.0, complete the following steps. You might need to choose this for legacy APIs.
140140

141141
In the [portal](https://azure.microsoft.com), go to your API center.
142142
1. Under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
@@ -159,7 +159,7 @@ In the [portal](https://azure.microsoft.com), go to your API center.
159159

160160
## Add authentication configuration to an API version
161161

162-
After configuring an API key or OAuth 2.0 flow, associate the configuration with an API version.
162+
After configuring an authentication scheme, associate the configuration with an API version.
163163

164164
1. In the [portal](https://azure.microsoft.com), go to your API center.
165165
1. Under **Inventory**, select **Assets**.
@@ -180,9 +180,10 @@ After configuring an API key or OAuth 2.0 flow, associate the configuration with
180180
Configure an access policy that assigns users or groups the **API Center Credential Access Reader** role, scoped to specific authentication configurations in an API version. This role allows only designated users to test an API in the API Center portal.
181181

182182
1. In the [portal](https://azure.microsoft.com), go to your API center.
183-
1. Navigate to an API version with an authentication configuration.
184-
1. Under **Details**, select **Manage Access (preview)**.
185-
1. Select **Edit access policies** for the authentication configuration you want to manage.
183+
1. Go to an API version with an authentication configuration.
184+
1. Select **Manage Access (preview)**.
185+
1. Select an authentication configuration you want to manage.
186+
1. In the dropdown menu, select **Edit access policies**.
186187
:::image type="content" source="media/authorize-api-access/edit-access-policies.png" alt-text="Screenshot of adding an access policy in the portal.":::
187188

188189
1. On the **Manage access** page, select **+ Add > Users** or **+ Add > Groups**.

0 commit comments

Comments
 (0)