Reputation: 23
Currently I have a RedHat linux server, that uses JDBC to connect to MS SQL (on prem) using a Active Directory Account for Authentication.
Our company wants to move the MS SQL from on prem to Azure SQL. In doing so I am finding that I needed MSAL4J to do the Active Directory Authentication.
I am not really getting any kind of sense of direction from Microsoft or my Application Vendor on what is truely needed.
I installed Maven in RedHat, but now when I try to install the msal4j.jar file I keep getting "Unknown lifecycle phase "/nfs/data/drivers/java/msal4j/msal4j-1.18.0.jar".
What is the proper way to ensure that msal4j and all its dependencies are installed so I can include them in my CLASSPATH for my JDBC connection?
Upvotes: 0
Views: 41