Skip to content

Commit 220176b

Browse files
Merge pull request #283274 from dlepow/plug
[APIM] Access to dev portal on WordPress
2 parents 5501546 + a4fefd4 commit 220176b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)