-
Notifications
You must be signed in to change notification settings - Fork 143
Home
Santiago Gonzalez edited this page Jun 14, 2019
·
47 revisions
MSAL4J (Microsoft Authentication Library for Java) is an authentication library which enables you to acquire tokens from Azure AD, to access protected Web APIs (Microsoft APIs or applications registered with Azure Active Directory).
-
Pre-requisite: Before using MSAL4J you will have to register your applications with Azure AD.
-
Instantiate and configure the client application.
-
Learn more about the ways to acquire a token using MSAL4J. This returns an AuthenticationResult.
-
Follow best practices for a robust enterprise ready application.
-
Refer FAQ for common issues and known bugs.
Date | Release | Main features |
---|---|---|
Coming Soon | MsalVnext | Support for ADFS2019, managed service identities, interactive authentication using system browser |
06/2019 | 0.0.4-preview | Exposed AcquireToken by refresh token |
05/2019 | 0.0.3-preview | FOCI support, Interfaces, Cache compatibility with MSAL .NET, Python |
05/2019 | 0.0.2-preview | Support for B2C accounts |
02/2019 | 0.0.1-preview | ADAL parity, builder pattern, telemetry, cache, authority aliases |
- Home
- Why use MSAL4J
- Register your app with AAD
- Scenarios
- Client Applications
- Acquiring tokens
- IAuthenticationResult
- Calling a protected API