-
Notifications
You must be signed in to change notification settings - Fork 147
Maven
Santiago Gonzalez edited this page Feb 26, 2020
·
3 revisions
To be able to build with maven, you need a working installation of Java and Maven.
Once you have successfully installed Java and Maven, clone the microsoft-authentication-library-for-java repository.
From you shell or command line:
$ git clone https://github.com/AzureAD/microsoft-authentication-library-for-java.git
$ cd microsoft-authentication-library-for-java
Then run:
mvn clean
mvn package
You should now have a "target" directory with msal4j-x.x.x-preview.jar
To install, run:
mvn install -DskipITs
To run the test suite of the project, run the command:
mvn test
- Home
- Why use MSAL4J
- Register your app with AAD
- Scenarios
- Client Applications
- Acquiring tokens
- IAuthenticationResult
- Calling a protected API