Release Notes
Bug Fix:
-
Improves Windows support for interactive Azure AD authentication. #142
What changed:
- The PR makes a small change to the process_auth_parameters function in mssql_python/auth.py.
- It adjusts how the auth_type is handled for interactive authentication on Windows.
- Ensures compatibility with native handling of AADInteractive authentication.
Who benefits:
- Users who run interactive authentication workflows on Windows, especially those leveraging Azure Active Directory authentication (AADInteractive).
- Developers maintaining cross-platform authentication logic in the mssql-python library.
Impact:
- Improved reliability and compatibility for interactive authentication on Windows.
- Smoother user experience when using AADInteractive.
- Low risk: only 2 files changed with 7 additions and 7 deletions.