microsoft-authentication-library-for-java
microsoft-authentication-library-for-java copied to clipboard
Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
### Library version used 1.15.0 ### Java version 21.0.2 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? The app is in production, I haven't...
### Library version used 1.14.3 ### Java version -- ### Scenario Other - please specify ### Is this a new or an existing app? The app is in production, I...
Whenever CVEs are found or we need a new feature we update dependencies. However, it's been brought to our attention that some dependencies haven't been updated in years, and the...
Currently MSAL Java will return a cached token even if the request has some non-empty claims. The request could be expecting an access token with different claims than the one...
Update docs to show how to implement CAE with MSAL Java. https://learn.microsoft.com/en-us/entra/identity-platform/app-resilience-continuous-access-evaluation?tabs=dotnet Related work items that need to be done first: #757 #794
Add MSI code to MSAL from [Azure.Identity](https://github.com/Azure/azure-sdk-for-java) repo. - [x] [Initial work with app service managed identity source](https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/616) - [x] [Add code for IMDS source](https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/617) - [x] [Add code for...
### Library version used not applicable ### Java version latest ### Scenario Other - please specify ### Is this a new or an existing app? None ### Issue description and...
### MSAL client type Confidential ### Problem Statement We need to test and fix our quick starts. Quick Starts are based on samples. For Java there is only 1: https://github.com/Azure-Samples/ms-identity-java-webapp...