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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ You can manage access by specific users or groups in your organization to an API
174
174
You can use the API Center portal to test an API that you configured for authentication and user access.
175
175
176
176
> [!TIP]
177
-
> In addition to enabling specific users to test specific APIs in the API Center portal, you can configure [visibility settings](set-up-api-center-portal.md#api-visibility) for APIs. Visibility settings in the portal control the APIs that appear for all signed-in users.
177
+
> In addition to enabling specific users to test specific APIs in the API Center portal, you can configure [visibility settings](customize-api-center-portal.md#api-visibility) for APIs. Visibility settings in the portal control the APIs that appear for all signed-in users.
178
178
179
179
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
180
180
1. In the left menu, under **API Center Portal**, select **Portal settings**.
Copy file name to clipboardExpand all lines: articles/api-center/includes/api-center-portal-app-registration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: azure-api-center
8
8
ms.topic: include
9
-
ms.date: 05/28/2025
9
+
ms.date: 08/08/2025
10
10
ms.author: danlep
11
11
ms.custom: Include file
12
12
---
@@ -24,6 +24,8 @@ To set up the app registration automatically, follow these steps:
24
24
1. On the **Identity provider** tab, select **Start set up**.
25
25
1. On the **Quick setup** tab, select **Save + publish**.
26
26
27
+
If you need to access the app registration later, you can find it in the portal under **App registrations**. The application is named with the following format: **\<api-center-name>-apic-aad**.
28
+
27
29
#### Set up the app registration manually
28
30
29
31
If you want to create the app registration manually, follow these steps:
Copy file name to clipboardExpand all lines: articles/api-center/set-up-api-center-portal.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.date: 08/05/2025
8
8
ms.update-cycle: 180-days
9
9
ms.author: danlep
10
10
ms.custom:
11
-
ms.collection: ce-skilling-ai-copilot
11
+
ms.collection:
12
12
# Customer intent: As an API program manager, I want to enable an Azure-managed portal for developers and other API stakeholders in my organization to discover the APIs in my organization's API center.
13
13
---
14
14
@@ -33,7 +33,7 @@ This article shows you how to set up the *API Center portal* (preview), an Azure
33
33
34
34
## Configure and publish the API Center portal
35
35
36
-
After creating the API Center portal app registration, you can configure settings for your API Center portal. Complete the following steps in the Azure portal.
36
+
After creating the API Center portal app registration, you can [customize settings](customize-api-center-portal.md) and publish your API Center portal. Complete the following steps in the Azure portal.
37
37
38
38
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
39
39
1. In the left menu, under **API Center portal**, select **Settings**.
@@ -44,12 +44,12 @@ After creating the API Center portal app registration, you can configure setting
44
44
1. On the **Manual** tab, in **Client ID**, enter the **Application (client) ID** from the app registration you created in the previous section.
45
45
1. Confirm that the **Redirect URI** is the value you configured in the app registration.
46
46
1. Select **Save + publish**.
47
-
1. On the remaining tabs, optionally customize the settings for your API Center portal. For information on the settings, see Customize your API Center portal](customize-api-center-portal.md).
47
+
1. On the remaining tabs, optionally customize the settings for your API Center portal. For information on the settings, see [Customize your API Center portal](customize-api-center-portal.md).
48
48
1. Select **Save + publish**.
49
49
50
50
## Access the portal
51
51
52
-
After publishing, you can now access the API Center portal in your browser.
52
+
After publishing, you can access the API Center portal in your browser.
53
53
54
54
* On the portal's **Settings** page, select **View API Center portal** to open the portal in a new tab.
55
55
* Or, enter the following URL in your browser, replacing `<service-name>` and `<location>` with the name of your API center and the location where it's deployed:<br/>
@@ -66,7 +66,7 @@ By default, the portal home page is reachable publicly but requires sign-in to a
66
66
67
67
The API Center portal supports and streamlines the work of developers who use and create APIs within your organization. Signed-in users can:
68
68
69
-
***Search for APIs** by name or using [AI-assisted semantic search](#search-with-ai)
69
+
***Search for APIs** by name or using [AI-assisted semantic search](customize-api-center-portal.md#semantic-search)
70
70
71
71
***Filter APIs** by type or lifecycle stage
72
72
@@ -76,9 +76,10 @@ The API Center portal supports and streamlines the work of developers who use an
76
76
77
77
***Try out APIs** that support API key authentication or OAuth 2.0 authorization
0 commit comments