Skip to content

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Mar 26, 2020

This PR adds support for specifying "User ID" or "UID" (optionally) with "Active Directory Interactive" authentication mode in Connection String.

  • It does not break existing behavior of Microsoft.Data.SqlClient.
  • Also makes the driver backwards compatible with System.Data.SqlClient.

Dev NuGet Package for testing:
Microsoft.Data.SqlClient.2.0.0-dev.nupkg.zip

Connection Strings acceptable:
"Server={servername}; Authentication=Active Directory Interactive;"
"Server={servername}; Authentication=Active Directory Interactive; User Id={username};"

@cheenamalhotra cheenamalhotra added the Public API 🆕 Issues/PRs that introduce new APIs to the driver. label Mar 26, 2020
@cheenamalhotra cheenamalhotra merged commit 7ff600e into dotnet:master Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Public API 🆕 Issues/PRs that introduce new APIs to the driver.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants