Skip to content

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

Merged
Jeffery-Wasty merged 3 commits intomainfrom
AAD-test-for-ADX
Feb 22, 2022
Merged

Added Azure Active Directory tests for Azure Data Explorer using user/password/applicationName AND removed deprecated tags to fix build warnings#1755
Jeffery-Wasty merged 3 commits intomainfrom
AAD-test-for-ADX

Conversation

@Jeffery-Wasty
Copy link
Copy Markdown
Contributor

@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
Copy Markdown

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 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

None yet

Development

Successfully merging this pull request may close these issues.

MSAL Error: AADSTS9001023

3 participants