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.
文件下载
文件名 操作
msal4j-1.6.2.jar 下载
msal4j-1.6.2.pom 下载
msal4j-1.6.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>msal4j</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:msal4j:1.6.2'
Gradle Kotlin
implementation("com.microsoft.azure:msal4j:1.6.2")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "msal4j" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='msal4j', version='1.6.2')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="msal4j" rev="1.6.2" />
Leiningen
[com.microsoft.azure/msal4j "1.6.2"]
Apache Buildr
'com.microsoft.azure:msal4j:jar:1.6.2'