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

[FEATURE REQUEST] Update JDBC driver to use MSAL libraries for authentication with SQL. #1397

Closed
jschrap opened this issue Aug 4, 2020 · 2 comments
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.

Comments

@jschrap
Copy link

jschrap commented Aug 4, 2020

We've received a recommendation to switch from ADAL libraries for authentication, to MSAL libraries. So we're going to do that.

On closer inspection, a scenario is that we use SQL server JDBC driver from Microsoft to connect to DB using AAD authentication. This JDBC driver internally uses ADAL. The latest version of JDBC driver from Microsoft is still using ADAL. When is MS planning to migrate their JDBC driver to use MSAL instead of ADAL?

See also: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration "Starting June 30th, 2020, we will no longer add new features to ADAL. We'll continue adding critical security fixes to ADAL until June 30th, 2022."

@jschrap jschrap added the Enhancement An enhancement to the driver. Lower priority than bugs. label Aug 4, 2020
@ulvii
Copy link
Contributor

ulvii commented Aug 4, 2020

Hi @jschrap ,

There is already PR #1375 which contains the ongoing work for the migration. Please stay tuned.

@ulvii
Copy link
Contributor

ulvii commented Oct 14, 2020

#1375 is merged and will be part of 9.1.0-preview release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
None yet
Development

No branches or pull requests

2 participants