Skip to content

Commit 8c17bb3

Browse files
committed
Correct driver version
1 parent e0d73ea commit 8c17bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/ado-net/sql/azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article gives an introduction on how to connect to Azure SQL data sources u
2424

2525
The Azure Active Directory (Azure AD) authentication is a mechanism using identities in Azure Active Directory to access Azure SQL data sources such as Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics. The **Microsoft.Data.SqlClient** allows client applications to specify Azure AD credentials in different kinds of supported Azure AD authentication modes when connecting to Azure SQL Database. By setting the `Authentication` connection property in the connection string, the client can choose a preferred Azure AD authentication mode according to the values provided. For more information about Azure AD authentication, see [Connecting to SQL Database By Using Azure Active Directory Authentication](/azure/azure-sql/database/authentication-aad-overview).
2626

27-
Starting from **Microsoft.Data.SqlClient** 2.0.0, the support for `Active Directory Password` authentication, `Active Directory Integrated authentication`, and `Active Directory Interactive` authentication has been extended across .NET Framework, .NET Core, and .NET Standard. A new `Active Directory Service Principal` authentication mode is also added in SqlClient 2.0.0 that makes use of the client ID and secret of a service principal identity to accomplish the authentication. More authentication modes are now brought in SqlClient 2.0.1 including `Active Directory Device Code Flow` and `Active Directory Managed Identity` (also known as `Active Directory MSI`). These new modes enable the application to acquire access token to establish connection to the SQL server. More information about all the Active Directory authentications are covered in the following sections.
27+
Starting from **Microsoft.Data.SqlClient** 2.0.0, the support for `Active Directory Password` authentication, `Active Directory Integrated authentication`, and `Active Directory Interactive` authentication has been extended across .NET Framework, .NET Core, and .NET Standard. A new `Active Directory Service Principal` authentication mode is also added in SqlClient 2.0.0 that makes use of the client ID and secret of a service principal identity to accomplish the authentication. More authentication modes are now brought in SqlClient 2.1.0 including `Active Directory Device Code Flow` and `Active Directory Managed Identity` (also known as `Active Directory MSI`). These new modes enable the application to acquire access token to establish connection to the SQL server. More information about all the Active Directory authentications are covered in the following sections.
2828

2929

3030
## Setting Azure Active Directory authentication in connection string

0 commit comments

Comments
 (0)