Skip to content

Commit 8bb2a17

Browse files
author
gitName
committed
update app registration
1 parent 257c2e9 commit 8bb2a17

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

articles/api-center/includes/api-center-portal-app-registration.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ ms.custom: Include file
1313

1414
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.
1515

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+
1631
1. In the [Azure portal](https://portal.azure.com), navigate to **Microsoft Entra ID** > **App registrations**.
1732
1. Select **+ New registration**.
1833
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
2338
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`.
2439
1. Select **Register**.
2540

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:
2744

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**.
2947
1. Configure the following three custom redirect URIs:<br/>
3048
`https://vscode.dev/redirect`<br/>
3149
`http://localhost`<br/>
3250
`ms-appx-web://Microsoft.AAD.BrokerPlugin/<application-client-id>`<br/>
3351

34-
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

Comments
 (0)