Skip to content

Commit 0168985

Browse files
committed
[APIM] Access to dev portal on WordPress
1 parent 5383f63 commit 0168985

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/api-management/developer-portal-wordpress-plugin.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Customize developer portal on WordPress - Azure API Management
33
description: Configure a WordPress plugin (preview) for the developer portal in your API Management instance. Use WordPress customizations to enhance the developer portal.
44
services: api-management
55
author: dlepow
6-
ms.service: api-management
6+
ms.service: azure-api-management
77
ms.custom:
88
ms.topic: how-to
9-
ms.date: 07/18/2024
9+
ms.d ate: 07/18/2024
1010
ms.author: danlep
1111
---
1212

@@ -99,7 +99,9 @@ In this step, add the Microsoft Entra app registration as an identity provider f
9999
> Do not use the version 2.0 endpoint for the issuer URL (URL ending in `/v2.0`).
100100
1. In **Allowed token audiences**, enter the **Application ID URI** from the app registration. Example: `api://<app-id>`.
101101
1. Under **Additional checks**, select values appropriate for your environment, or use the default values.
102-
1. Accept the default values for the remaining settings and select **Add**.
102+
1. Configure your desired the values for the remaining settings, or use the default values. Select **Add**.
103+
> [!NOTE]
104+
> If you want to allow guest users as well as signed-in users to access the developer portal on WordPress, you can enable unauthenticated access. In **Restrict access**, select **Allow unauthenticated access**. [Learn more](../app-service/overview-authentication-authorization.md#authorization-behavior)
103105
104106
The identity provider is added to the app service.
105107

@@ -289,15 +291,14 @@ Add a custom stylesheet for the API Management developer portal.
289291

290292
## Step 9: Sign into the API Management developer portal deployed on WordPress
291293

292-
Sign into the WordPress site to see your new API Management developer portal deployed on WordPress and hosted on App Service.
294+
Access the WordPress site to see your new API Management developer portal deployed on WordPress and hosted on App Service.
295+
296+
1. In a new browser window, navigate to your WordPress site, substituting the name of your app service in the following URL: `https://<yourapp-service-name>.azurewebsites.net`.
297+
1. When prompted, sign in using Microsoft Entra ID credentials for a developer account. If unauthenticated access to the developer portal is enabled, select **Sign in** on the home page of the developer portal.
293298

294299
> [!NOTE]
295300
> You can only sign in to the developer portal on WordPress using Microsoft Entra ID credentials. Basic authentication isn't supported.
296301

297-
1. In a new browser window, navigate to your WordPress site, substituting the name of your app service in the following URL: `https://<yourapp-service-name>.azurewebsites.net`
298-
1. When prompted, sign in using Microsoft Entra ID credentials for a developer account.
299-
300-
301302
You can now use the following features of the API Management developer portal:
302303

303304
* Sign into the portal

0 commit comments

Comments
 (0)