Skip to content

Commit 537dd8b

Browse files
author
gitName
committed
PR review
1 parent c5e7a1d commit 537dd8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
1919
1. Select **+ New registration**.
2020
1. On the **Register an application** page, set the values as follows:
2121

22-
* Set **Name** to a meaningful name such as *api-center-portal*
23-
* Under **Supported account types**, select **Accounts in this organizational directory (Single tenant)**.
24-
* In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
22+
1. Set **Name** to a meaningful name such as *api-center-portal*
23+
1. Under **Supported account types**, select **Accounts in this organizational directory (Single tenant)**.
24+
1. In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
2525
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`.
2626
* Select **Register**.
2727
1. On the **Overview** page, copy the **Application (client) ID**. You set this value when you publish the portal.

0 commit comments

Comments
 (0)