From 8222b1ea5efdf20f651795d29c4f0705f2f4cbb8 Mon Sep 17 00:00:00 2001 From: Warwick Schroeder Date: Mon, 17 Aug 2026 13:44:10 +0800 Subject: [PATCH 1/2] Add note about assigning an owner to the API application in Entra ID authentication guide --- servicecontrol/security/entra-id-authentication.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servicecontrol/security/entra-id-authentication.md b/servicecontrol/security/entra-id-authentication.md index e036f091d0e..2f0bbdf1267 100644 --- a/servicecontrol/security/entra-id-authentication.md +++ b/servicecontrol/security/entra-id-authentication.md @@ -51,6 +51,9 @@ Follow Microsoft's guide to [expose a web API](https://learn.microsoft.com/en-us | Admin consent display name | `Full access to ServiceControl API` | | Admin consent description | `Allows ServicePulse to call ServiceControl` | +> [!NOTE] +> Ensure that an owner is [assigned to the API application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-configure-app-expose-web-apis#assign-application-owner), otherwise the API will not be listed when requesting API permissions. + ## Step 2: Register ServicePulse Follow Microsoft's guide to [register an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) with the following settings: From acf429a09ba8424cd7c5029f6a2ba05262577509 Mon Sep 17 00:00:00 2001 From: Warwick Schroeder Date: Mon, 17 Aug 2026 15:27:12 +0800 Subject: [PATCH 2/2] Update servicecontrol/security/entra-id-authentication.md Co-authored-by: Phil Bastian <155411597+PhilBastian@users.noreply.github.com> --- servicecontrol/security/entra-id-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicecontrol/security/entra-id-authentication.md b/servicecontrol/security/entra-id-authentication.md index 2f0bbdf1267..d1ca1802405 100644 --- a/servicecontrol/security/entra-id-authentication.md +++ b/servicecontrol/security/entra-id-authentication.md @@ -52,7 +52,7 @@ Follow Microsoft's guide to [expose a web API](https://learn.microsoft.com/en-us | Admin consent description | `Allows ServicePulse to call ServiceControl` | > [!NOTE] -> Ensure that an owner is [assigned to the API application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-configure-app-expose-web-apis#assign-application-owner), otherwise the API will not be listed when requesting API permissions. +> Ensure that you are assigned as the [owner of the API application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-configure-app-expose-web-apis#assign-application-owner), otherwise the API will not be listed when requesting API permissions. ## Step 2: Register ServicePulse