microsoft-authentication-library-for-java
microsoft-authentication-library-for-java copied to clipboard
Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
As a suggestion from Azure SDK team to return the azure source in the exception, create ManagedIdentityException to have a field to store the azure source while throwing the exception....
Hi, The MSAL4J library uses Completable Futures to execute authentication requests. The completable futures by default rely on common Fork join thread pool to execute authentication requests. This causes problems...
The manifest.mf declares a dependency on com.sun.net.httpserver, presumably because some msal4j class imports this package. I guess this fix is to use a different http server - see https://www.oracle.com/java/technologies/faq-sun-packages.html. This...
As part of new Identity PR guidelines: - Add linter - Consider adding sonarcloud
Hi We need access to SuggestedCacheKey in ITokenAccessContext similar to how MSAL.NET exposes it. Note: This feature is already present in MSAL .NET, [here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/master/src/client/Microsoft.Identity.Client/TokenCacheNotificationArgs.cs#L26) just needs to be ported over.
- [Internal design doc](https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=%2FConfidentialClient%2FOBO.md&_a=preview) - [Separate proposal for long running web API processes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2733)
### Library version used 1.16.0 ### Java version 21 ### Scenario ConfidentialClient - service to service (AcquireTokenForClient) ### Is this a new or an existing app? The app is in...
### Library version used 1.16.2 ### Java version 17 ### Scenario ConfidentialClient - web site (AcquireTokenByAuthCode) ### Is this a new or an existing app? This is a new app...
### Summary: Implement logic to compute and return the refreshOn value as half the token lifetime for long-lived Managed Identity tokens (those with a token expiry of >2 hours). This...
### MSAL client type Managed identity ### Problem Statement In addition to env variable add file based detection for azure arc. For more details see * [Guide to determine Azure...