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
trafficstars

As a suggestion from Azure SDK team to return the azure source in the exception, create ManagedIdentityException to have a field to store the azure source while throwing the exception....

Feature Request

Hi, The MSAL4J library uses Completable Futures to execute authentication requests. The completable futures by default rely on common Fork join thread pool to execute authentication requests. This causes problems...

Enhancement

The manifest.mf declares a dependency on com.sun.net.httpserver, presumably because some msal4j class imports this package. I guess this fix is to use a different http server - see https://www.oracle.com/java/technologies/faq-sun-packages.html. This...

Enhancement

As part of new Identity PR guidelines: - Add linter - Consider adding sonarcloud

Enhancement
Fundamentals

Hi We need access to SuggestedCacheKey in ITokenAccessContext similar to how MSAL.NET exposes it. Note: This feature is already present in MSAL .NET, [here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/master/src/client/Microsoft.Identity.Client/TokenCacheNotificationArgs.cs#L26) just needs to be ported over.

Enhancement
AzureSDK

- [Internal design doc](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=%2FConfidentialClient%2FOBO.md&_a=preview) - [Separate proposal for long running web API processes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2733)

Enhancement
SDK-Consistency

### Library version used 1.16.0 ### Java version 21 ### Scenario ConfidentialClient - service to service (AcquireTokenForClient) ### Is this a new or an existing app? The app is in...

Work-around Provided
Feature Request
confidential-client

### Library version used 1.16.2 ### Java version 17 ### Scenario ConfidentialClient - web site (AcquireTokenByAuthCode) ### Is this a new or an existing app? This is a new app...

Requires more info

### Summary: Implement logic to compute and return the refreshOn value as half the token lifetime for long-lived Managed Identity tokens (those with a token expiry of >2 hours). This...

AzureSDK
Feature Request
confidential-client

### MSAL client type Managed identity ### Problem Statement In addition to env variable add file based detection for azure arc. For more details see * [Guide to determine Azure...

scenario:ManagedIdentity