Skip to content

Commit edad9dc

Browse files
authored
Merge pull request #21263 from v-kevinwong/odbc-17.9-using-aad
update using aad page 17.9
2 parents 2bae33d + 4af7604 commit edad9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/odbc/using-azure-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using Azure Active Directory with the ODBC Driver
33
description: The Microsoft ODBC Driver for SQL Server allows ODBC applications to connect to an instance of Azure SQL Database using Azure Active Directory.
44
ms.custom: ""
5-
ms.date: 02/15/2022
5+
ms.date: 02/17/2022
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.reviewer: ""
@@ -67,7 +67,7 @@ It's possible to use the new Azure AD authentication options when creating or ed
6767
![The DSN creation and editing screen with Azure Active Directory Interactive authentication selected.](windows/create-dsn-ad-interactive.png)
6868

6969
> [!NOTE]
70-
> As of driver version 18.0, the interactive authentication behavior has changed. Users will always be prompted for credentials unless the driver has a valid access token cached. This change prevents users on Azure Active Directory joined devices from skipping the prompt and automatically signing in with cached credentials when using `ActiveDirectoryInteractive` authentication.
70+
> As of driver version 17.9, the interactive authentication behavior has changed. Users will always be prompted for credentials unless the driver has a valid access token cached. This change prevents users on Azure Active Directory joined devices from skipping the prompt and automatically signing in with cached credentials when using `ActiveDirectoryInteractive` authentication.
7171
7272
`Authentication=SqlPassword` for username/password authentication to SQL Server (Azure or otherwise)
7373

0 commit comments

Comments
 (0)