Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down