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 Please refer to the "MSAL implementation" part of [this internal PR](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?version=GBdev&path=/ManagedIdentity/FacilitateImdsProbing.md&_a=preview&anchor=msal-implementations). ### Proposed solution _No response_ ### Alternatives _No response_

Feature Request

The first commit in this PR refactors the logic for determining when a refresh should be performed, since it had gotten complex as different scenarios and edge cases were introduced...

Testing by the Azure SDK team has shown an issue when making the POST request for Cloudshell, where the server responds with a error message saying the resource is missing...

### MSAL client type Public, Confidential, Managed identity ### Problem Statement request to have a public class to sign out user. like a PublicClientApplication.SignOut() method to perform the following tasks:...

answered

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

Bug
P1
public-client

Azure AD [supports ](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth-ropc) ROPC for confidential clients, and thus MSAL4J should support it as well. Even if this flow requires high trust, there're valid use cases like automation. To...

Enhancement

### Library version used 1.14.2 ### Java version openjdk 17.0.10 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK Client VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, emulated-client) ### Windows version Edition...

Bug
P1
public-client

### Library version used 1.15.0 ### Java version Java 11 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? None ### Issue description and reproduction...

Enhancement
P2

### MSAL client type Public, Confidential ### Problem Statement CIAM will support custom authorities, which will require MSAL to perform OIDC discovery of the endpoints. Blocked until we have a...

Feature Request

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

Bug
P1