m

msal4j

Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities
https://github.com/AzureAD/microsoft-authentication-library-for-java
MIT License
Microsoft Open Technologies, Inc.
Files download
File Operation
msal4j-1.13.3.jar download
msal4j-1.13.3.pom download
msal4j-1.13.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>msal4j</artifactId>
  <version>1.13.3</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:msal4j:1.13.3'
Gradle Kotlin
implementation("com.microsoft.azure:msal4j:1.13.3")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "msal4j" % "1.13.3"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='msal4j', version='1.13.3')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="msal4j" rev="1.13.3" />
Leiningen
[com.microsoft.azure/msal4j "1.13.3"]
Apache Buildr
'com.microsoft.azure:msal4j:jar:1.13.3'