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

Added Azure Active Directory tests for Azure Data Explorer using user/password/applicationName AND removed deprecated tags to fix build warnings #1755

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

Jeffery-Wasty
Copy link
Member

@Jeffery-Wasty Jeffery-Wasty commented Feb 18, 2022

After migration from ADAL to MSAL4J, clients were unable to connect to certain endpoints (e.g. Azure Data Explorer). This issue was resolved by the Azure Data Explorer / Kusto team, by allowing another property to be passed into the connection string, changing the authority used when connecting with MSAL4J, and resolving the error.

An Azure Active Directory test was implemented to confirm the workaround does work for JDBC driver, and for authentication using Azure Active Directory username and password.

Original issue and fix: AzureAD/microsoft-authentication-library-for-java#382


On build, warnings were given regarding deprecated properties. There wasn't a need for these properties to be marked as deprecated, and as such, the tags have been removed, removing the warnings.

@ghost
Copy link

ghost commented Feb 18, 2022

CLA assistant check
All CLA requirements met.

@lilgreenbird lilgreenbird changed the title Added AAD test confirming workaround for ADX using user/password/applicationName Added Azure Active Directly tests for ADX using user/password/applicationName Feb 18, 2022
@lilgreenbird lilgreenbird changed the title Added Azure Active Directly tests for ADX using user/password/applicationName Added Azure Active Directory tests for ADX using user/password/applicationName Feb 18, 2022
@Jeffery-Wasty Jeffery-Wasty changed the title Added Azure Active Directory tests for ADX using user/password/applicationName Added Azure Active Directory tests for Azure Data Explorer using user/password/applicationName Feb 18, 2022
@Jeffery-Wasty Jeffery-Wasty self-assigned this Feb 18, 2022
@Jeffery-Wasty Jeffery-Wasty changed the title Added Azure Active Directory tests for Azure Data Explorer using user/password/applicationName Added Azure Active Directory tests for Azure Data Explorer using user/password/applicationName AND removed deprecated tags to fix build warnings Feb 22, 2022
@Jeffery-Wasty Jeffery-Wasty merged commit f9caf73 into main Feb 22, 2022
@Jeffery-Wasty Jeffery-Wasty deleted the AAD-test-for-ADX branch February 22, 2022 21:42
@lilgreenbird lilgreenbird added this to Under Investigation in MSSQL JDBC via automation Feb 22, 2022
@lilgreenbird lilgreenbird moved this from Under Investigation to Closed/Merged PRs in MSSQL JDBC Feb 22, 2022
@lilgreenbird lilgreenbird added this to the 10.3.0 milestone Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

MSAL Error: AADSTS9001023
3 participants