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
Copy file name to clipboardExpand all lines: articles/api-center/authorize-api-access.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
@@ -136,7 +136,7 @@ Store the secret in Azure Key Vault. Access the key vault using your API center'
136
136
137
137
### Option 3: Configure settings for another HTTP security scheme
138
138
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.
140
140
141
141
In the [portal](https://azure.microsoft.com), go to your API center.
142
142
1. Under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
@@ -159,7 +159,7 @@ In the [portal](https://azure.microsoft.com), go to your API center.
159
159
160
160
## Add authentication configuration to an API version
161
161
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.
163
163
164
164
1. In the [portal](https://azure.microsoft.com), go to your API center.
165
165
1. Under **Inventory**, select **Assets**.
@@ -180,9 +180,10 @@ After configuring an API key or OAuth 2.0 flow, associate the configuration with
180
180
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.
181
181
182
182
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**.
186
187
:::image type="content" source="media/authorize-api-access/edit-access-policies.png" alt-text="Screenshot of adding an access policy in the portal.":::
187
188
188
189
1. On the **Manage access** page, select **+ Add > Users** or **+ Add > Groups**.
0 commit comments