You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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."
The text was updated successfully, but these errors were encountered: