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

### MSAL client type Managed identity ### Problem Statement ### MSAL client type Confidential ### Problem Statement **Task type** Development **Description** Currently, MSAL with Managed Identity does not expose any...

P1
AzureSDK
Feature Request
scenario:ManagedIdentity
confidential-client

### Library version used 1.16.0 ### Java version 21 ### Is this a new or an existing app? This is a new app or experiment ### Summary of the issue...

Bug
P2
public-client
Broker

### MSAL client type Public ### Problem Statement When executing the acquireToken on the PublicClientApplication with a UsernamePasswordParameters object, a user discovery is made to understand if the user is...

Enhancement
public-client

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

Feature Request
public-client

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

Bug
public-client

### MSAL client type Confidential ### Problem Statement Creating a client assertion with just a String can easily lead to expiration issues. ### Proposed solution Deprecate the option to use...

SDK-Consistency
Supportability
confidential-client

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

Internal

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

Bug
P2
public-client
confidential-client

Adjusts `ManagedIdentityApplication` to make the `getManagedIdentitySource` method static. This is to solve a niche issue when testing an application that uses Managed Identity, where a developer would want to test...

### Library version used 1.17.1 ### Java version 8 ### Scenario ConfidentialClient - web site (AcquireTokenByAuthCode), ConfidentialClient - web api (AcquireTokenOnBehalfOf), ConfidentialClient - service to service (AcquireTokenForClient) ### Is this...

Bug
P2
confidential-client
Regression