You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/developer-portal-wordpress-plugin.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,9 @@ In this step, add the Microsoft Entra app registration as an identity provider f
99
99
> Do not use the version 2.0 endpoint for the issuer URL (URL ending in `/v2.0`).
100
100
1. In **Allowed token audiences**, enter the **Application ID URI** from the app registration. Example: `api://<app-id>`.
101
101
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)
103
105
104
106
The identity provider is added to the app service.
105
107
@@ -289,15 +291,14 @@ Add a custom stylesheet for the API Management developer portal.
289
291
290
292
## Step 9: Sign into the API Management developer portal deployed on WordPress
291
293
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.
293
298
294
299
> [!NOTE]
295
300
> You can only sign in to the developer portal on WordPress using Microsoft Entra ID credentials. Basic authentication isn't supported.
296
301
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
-
301
302
You can now use the following features of the API Management developer portal:
0 commit comments