microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2

Results 110 microsoft-authentication-library-for-java issues
Sort by recently updated
recently updated
newest added

### Library version used 1.15.0 ### Java version 21.0.2 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? The app is in production, I haven't...

Requires more info
public-client

### Library version used 1.14.3 ### Java version -- ### Scenario Other - please specify ### Is this a new or an existing app? The app is in production, I...

Bug
Requires more info
public-client

Whenever CVEs are found or we need a new feature we update dependencies. However, it's been brought to our attention that some dependencies haven't been updated in years, and the...

Fundamentals

Currently MSAL Java will return a cached token even if the request has some non-empty claims. The request could be expecting an access token with different claims than the one...

Bug
P1
public-client
confidential-client

Update docs to show how to implement CAE with MSAL Java. https://learn.microsoft.com/en-us/entra/identity-platform/app-resilience-continuous-access-evaluation?tabs=dotnet Related work items that need to be done first: #757 #794

Enhancement

Add MSI code to MSAL from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java) repo. - [x] [Initial work with app service managed identity source](https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/616) - [x] [Add code for IMDS source](https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/617) - [x] [Add code for...

AzureSDK
Epic
Feature Request

Create samples to showcase managed identity work.

Feature Request

Add documentation for managed identity

Feature Request

### Library version used not applicable ### Java version latest ### Scenario Other - please specify ### Is this a new or an existing app? None ### Issue description and...

Feature Request
public-client
confidential-client

### MSAL client type Confidential ### Problem Statement We need to test and fix our quick starts. Quick Starts are based on samples. For Java there is only 1: https://github.com/Azure-Samples/ms-identity-java-webapp...

Supportability
Samples