Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow username with Active Directory Interactive Authentication (NetFx) #492

Merged
merged 1 commit into from
Mar 30, 2020

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