From 52de0ccf28c45a6720b739b2ab18b56a390a538a Mon Sep 17 00:00:00 2001 From: jelopezf <93291567+jelopezf@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:03:58 -0700 Subject: [PATCH 1/3] Update sql-server-security.md --- .../maker/canvas-apps/connections/sql-server-security.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md index b53edc082a..78e2d09cb5 100644 --- a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md +++ b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md @@ -43,7 +43,12 @@ The following four connection authentication types can be used with SQL Server f | Microsoft Entra Integrated | Explicit | | SQL Server Authentication | Implicit / Secure Implicit | | Windows Authentication | Implicit / Secure Implicit | -| Windows Authentication (nonshared) | Explicit | +| Windows Authentication (Non Shared) | Explicit | +| Service principal (Microsoft Entra ID application) | Implicit / Secure Implicit | +| Client Certificate Auth | Implicit / Secure Implicit + +> [!IMPORTANT] +> Prior to **May 2025**, **Service principal** connections were considered explicit and non-shareable. For any connections added to apps before **May 2025**, it is necessary to remove and re-add the **Service principal** connections to enable sharing. ## Implicit connection sharing risks From 0fdf6c5cc28adca87fa60b03f90963a4f8a62a0d Mon Sep 17 00:00:00 2001 From: Ellen Wehrle Date: Tue, 10 Jun 2025 15:55:59 -0400 Subject: [PATCH 2/3] Update sql-server-security.md fixed table; sm edit for consistency --- .../maker/canvas-apps/connections/sql-server-security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md index 78e2d09cb5..65a4214f43 100644 --- a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md +++ b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md @@ -6,7 +6,7 @@ author: lancedMicrosoft ms.topic: reference ms.custom: canvas ms.reviewer: mkaur -ms.date: 05/21/2025 +ms.date: 06/10/2025 ms.subservice: canvas-maker ms.author: lanced search.audienceType: @@ -44,8 +44,8 @@ The following four connection authentication types can be used with SQL Server f | SQL Server Authentication | Implicit / Secure Implicit | | Windows Authentication | Implicit / Secure Implicit | | Windows Authentication (Non Shared) | Explicit | -| Service principal (Microsoft Entra ID application) | Implicit / Secure Implicit | -| Client Certificate Auth | Implicit / Secure Implicit +| Service Principal (Microsoft Entra ID application) | Implicit / Secure Implicit | +| Client Certificate Auth | Implicit / Secure Implicit | > [!IMPORTANT] > Prior to **May 2025**, **Service principal** connections were considered explicit and non-shareable. For any connections added to apps before **May 2025**, it is necessary to remove and re-add the **Service principal** connections to enable sharing. From afabd2ea45a50c91a0ce09e5dc8c7a064f2c947d Mon Sep 17 00:00:00 2001 From: Ellen Wehrle Date: Tue, 10 Jun 2025 15:57:20 -0400 Subject: [PATCH 3/3] Update sql-server-security.md added jelopezf to contributor list --- .../maker/canvas-apps/connections/sql-server-security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md index 65a4214f43..1171688604 100644 --- a/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md +++ b/powerapps-docs/maker/canvas-apps/connections/sql-server-security.md @@ -14,6 +14,7 @@ search.audienceType: contributors: - mduelae - lancedMicrosoft + - jelopezf --- # Use Microsoft SQL Server securely with Power Apps