microsoft-authentication-library-for-java
microsoft-authentication-library-for-java copied to clipboard
Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
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...