Vinay Gera
Vinay Gera
Integrates Managed Identity auth flow with msal.
### 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...
### Library version used 1.2.0 ### Java version JDK 17 ### Scenario Other - please specify ### Is this a new or an existing app? None ### Issue description and...
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...
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.
To address the timeout issues with azure-monitor-ingestion tests when using the latest Test Proxy, the tests are marked live only as part of this PR: https://github.com/Azure/azure-sdk-for-java/pull/39935. The central sanitization process...