Skip to content

Commit 7c24ff3

Browse files
committed
Remove details about Auth types
1 parent 869f8a0 commit 7c24ff3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docs/data-tools/add-new-connections.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,11 @@ If you don't set **Encrypt** to optional with Visual Studio 17.8 or later, which
8080

8181
### Authentication types
8282

83-
You can choose from a variety of authentication types that cover a wide range of scenarios. They are as follows:
84-
:::image type="content" source="./media/vs-2019/authentication-options.png" alt-text="A screenshot of the different Authentication types." border = "true":::
85-
86-
| Authentication Method | Description |
87-
| --- | --- |
88-
| Windows Authentication | Uses the Windows security system to authenticate users. |
89-
| SQL Server Authentication | Allows users to create a separate SQL Server login and password. |
90-
| Active Directory Password Authentication | Uses the user's Active Directory password to authenticate them to SQL Server. |
91-
| Active Directory Integrated Authentication | Uses Kerberos to authenticate users to SQL Server. |
92-
| Active Directory Interactive Authentication | Allow users to authenticate to SQL Server by entering their Active Directory credentials in a dialog box. |
93-
94-
For more about connection types, see [Authentication types](/sql/ssdt/connect-to-an-existing-database-in-sql-server-data-tools#AuthTypes).
83+
You can choose from a variety of authentication types that cover a wide range of scenarios. For details, see [Authentication types](/sql/ssdt/connect-to-an-existing-database-in-sql-server-data-tools#AuthTypes).
9584

9685
:::moniker range=">=vs-2022"
9786

98-
In Visual Studio 17.8 and later, the authentication options for SQL connections reflect the branding change from Active Directory to Microsoft Entra. The options themselves have not changed, only the names.
87+
In Visual Studio 17.8 and later, the names of the authentication options for SQL connections have been updated to reflect the branding change from Active Directory to Microsoft Entra.
9988

10089
![Screenshot showing authentication types for Visual Studio 17.8 and later.](./media/vs-2022/authentication-options-microsoft-entra.png)
10190

0 commit comments

Comments
 (0)