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/includes/api-center-portal-app-registration.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,21 @@ ms.custom: Include file
13
13
14
14
First configure an app registration in your Microsoft Entra ID tenant. The app registration enables the API Center portal to access data from your API center on behalf of a signed-in user.
15
15
16
+
API Center can set up the app registration automatically, or you can create the app registration manually.
17
+
18
+
#### Set up the app registration automatically
19
+
20
+
To set up the app registration automatically, follow these steps:
21
+
22
+
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
23
+
1. In the left-hand menu, select **API Center portal** > **Settings**.
24
+
1. On the **Identity provider** tab, select **Start set up**.
25
+
1. Select **Save + publish**.
26
+
27
+
#### Set up the app registration manually
28
+
29
+
If you want to create the app registration manually, follow these steps:
30
+
16
31
1. In the [Azure portal](https://portal.azure.com), navigate to **Microsoft Entra ID** > **App registrations**.
17
32
1. Select **+ New registration**.
18
33
1. On the **Register an application** page, set the values as follows:
@@ -23,12 +38,15 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
23
38
Enter the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.<location>.azure-api-center.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-api-center.ms`.
24
39
1. Select **Register**.
25
40
26
-
When enabling the API Center portal in the Visual Studio Code extension for API Center, also configure the following redirect URIs.
41
+
#### Configure additional redirect URIs for VS Code extension
42
+
43
+
When enabling the API Center portal view in the Visual Studio Code extension for API Center, also configure the following redirect URIs in the app registration:
27
44
28
-
1. On the **Manage** > **Authentication** page, Select **Add a platform** and select **Mobile and desktop applications**.
45
+
1. In the [Azure portal](https://portal.azure.com), navigate to your app registration.
46
+
1. On the **Manage** > **Authentication** page, select **Add a platform** and select **Mobile and desktop applications**.
29
47
1. Configure the following three custom redirect URIs:<br/>
Replace `<application-client-id>` with the application (client) ID of this app. You can find this value on the **Overview** page.
52
+
Replace `<application-client-id>` with the application (client) ID of this app. You can find this value on the **Overview** page of the app registration.
0 commit comments