We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e4403a + 56dd149 commit 39c435bCopy full SHA for 39c435b
articles/api-center/enable-api-center-portal.md
@@ -52,7 +52,7 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
52
* Under **Supported account types**, select **Accounts in this organizational directory (Single tenant)**.
53
* In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
54
55
- * For local testing, set the URI to `http://localhost:5173`.
+ * For local testing, set the URI to `https://localhost:5173`.
56
* For production, set the URI to the URI of your API Center portal deployment.
57
* Select **Register**.
58
1. On the **Overview** page, copy the **Application (client) ID** and the **Directory (tenant) ID**. You set these values when you build the portal.
0 commit comments