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-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Configure access to APIs in your Azure API Center inventory using A
4
4
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 03/02/2026
7
+
ms.date: 03/10/2026
8
8
9
9
ms.custom:
10
10
# Customer intent: As an API program manager, I want to store API authorization information in my API center and enable authorized users to test APIs in the API Center portal.
@@ -75,6 +75,8 @@ Access the key vault using your API center's managed identity.
75
75
76
76
1. Select **Create**.
77
77
78
+
After completing this configuration, go to the [Add authentication configuration to an API version](#add-authentication-configuration-to-an-api-version) section to associate the API key configuration with an API version.
79
+
78
80
## Option 2: Configure OAuth 2.0 authorization
79
81
80
82
For an API that supports OAuth 2.0 authorization, complete the following steps. You can configure one or both of the following flows:
@@ -152,6 +154,8 @@ Access the key vault using your API center's managed identity.
152
154
153
155
1. Select **Create** to save the configuration.
154
156
157
+
After completing this configuration, go to the [Add authentication configuration to an API version](#add-authentication-configuration-to-an-api-version) section to associate the OAuth 2.0 configuration with an API version.
158
+
155
159
## Option 3: Configure settings for another HTTP security scheme
156
160
157
161
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 option for legacy APIs.
@@ -173,7 +177,8 @@ In the [portal](https://azure.microsoft.com), go to your API center.
173
177
|**Bearer**| Sends a token other than an OAuth 2.0 access token in the `Authorization: Bearer <token>` header. |
174
178
|**Digest**| A challenge-response mechanism where the server sends a nonce; the client responds with a hash of credentials + nonce. |
175
179
|**Custom**| Another mechanism scheme such as a vendor-specific scheme. |
176
-
180
+
181
+
After completing this configuration, go to the next section to [associate the configuration with an API version](#add-authentication-configuration-to-an-api-version).
177
182
178
183
## Add authentication configuration to an API version
0 commit comments