Skip to content

Commit f5a2ba8

Browse files
authored
Merge pull request #7799 from shmack01/patch-1
Update azure-active-directory-authentication.md
2 parents dc59916 + 03c1c5b commit f5a2ba8

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
@@ -258,7 +258,7 @@ using (SqlConnection conn = new SqlConnection(ConnectionString)) {
258258

259259
Besides using the Active Directory authentication built into the driver, **Microsoft.Data.SqlClient** 2.1.0 and later provide applications the option to customize Active Directory authentication. The customization is based on the `ActiveDirectoryAuthenticationProvider` class, which is derived from the [`SqlAuthenticationProvider`](/dotnet/api/system.data.sqlclient.sqlauthenticationprovider) abstract class.
260260

261-
During Active Directory authentication, the client application can define its own `ActiveDirectoryAuthencationProvider` class by either:
261+
During Active Directory authentication, the client application can define its own `ActiveDirectoryAuthenticationProvider` class by either:
262262

263263
- Using a customized callback method.
264264
- Passing an application client ID to the MSAL library via SqlClient driver for fetching access tokens.

0 commit comments

Comments
 (0)