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.16.2 ### Java version 17 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a new app or experiment...

Bug
P2
public-client

Specifying an identity by resource ID doesn't work on Azure Container Instances (and maybe some other platforms) because we specify the resource ID with query parameter "mi_res_id". ACI observes only...

Bug
P2
confidential-client

Use the path as given by the redirect URI to allow for more specific redirect URIs. See issue #891.

Ref customer issue: https://github.com/Azure/azure-sdk-for-java/issues/42942 In short, dependencies of msal4j should re-ship whenever msal4j ships with updated version numbers to avoid potential dependency resolution conflicts, etc. I think this includes persistence...

SDK-Consistency
AzureSDK
Fundamentals

### MSAL client type Confidential ### Problem Statement We use a client assertion as our client credential when building our confidential client application. This assertion comes from a file stored...

Enhancement
confidential-client

### Library version used 1.17.2 ### Java version 17 ### Scenario Other - please specify ### Is this a new or an existing app? This is a new app or...

P2
public-client
Broker

Deprecates the extraQueryParameters API according to KR [3310905](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3310905), similar to what was done in MSAL.NET: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5536 This API was meant for niche scenarios which the library did not explicitly cover,...

Correlation ID's are created on a per-request basis in `RequestContext`, and optionally set at the application level as an alternative. Every request gets a correlation ID, and they are critical...

SDK-Consistency
P2
Supportability
public-client
confidential-client

### Library version used 1.20.1 ### Java version 21.0.8 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a new app or experiment...

Question
Requires more info

In the persitence msal4extensions, a unusual `StandardCharset` is used instead of the default `java.nio`. This causes issues e.g. during native build. ``` Error: Discovered unresolved type during parsing: com.nimbusds.jose.util.StandardCharset. This...

P2
persistence-package