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 latest ### Java version latest ### Scenario ManagedIdentityClient - managed identity ### Is this a new or an existing app? None ### Issue description and reproduction...
The Azure Identity SDK project is aiming to minimize the number of external dependencies, as they can lead to security risks and compatibility issues for customers. The specific ask for...
Recent CodeQL scans found an issue in a file in the msal4j-sdk samples folder: https://github.com/AzureAD/microsoft-authentication-library-for-java/issues/899 The samples here in the MSAL Java repository are simpler versions of [our actual samples](https://github.com/Azure-Samples/ms-identity-msal-java-samples)...
### MSAL client type Managed identity ### Problem Statement In Azure Identity before we switched to using MI from MSAL, we were able to throw a distinct exception in the...
https://liquid.microsoft.com/codeql/issues/77d1b4fa-c17d-4ec0-88b0-271ecd626c71?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058 https://liquid.microsoft.com/codeql/issues/853058b9-6ee1-4faf-997c-fd0aae5665a8?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058 https://liquid.microsoft.com/codeql/issues/624d83c5-820a-40aa-baa8-f85cc37d9d4f?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058 https://liquid.microsoft.com/codeql/issues/186ffe1e-8d20-4409-bff3-93e5c16146dc?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058 https://liquid.microsoft.com/codeql/issues/1df1f695-41e1-4845-a9fe-de6e154adb89?copilot_promptid=E91B0CE9-0C1B-4AC2-8A46-33F49B67E058 https://liquid.microsoft.com/codeql/issues/b93ffa6c-c2ec-4131-b528-3c40749bebaf
While doing some perf investigations on Azure Identity I noticed that we spend a ton of time in `getAuthorityWithPrefNetworkHost` when getting tokens out of the cache. The perf test is...
### Library version used latest ### Java version latest ### Scenario ManagedIdentityClient - managed identity ### Is this a new or an existing app? None ### Issue description and reproduction...
### Library version used 1.15.1 ### Java version 17x86 temurin ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? The app is in production, I...
### Library version used 1.18.0 and 1.3.0 ### Java version Temurin JDK 17 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a...
Azure ML Studio [uses similar environment variables](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-resources-from-endpoints-managed-identities?view=azureml-api-2&tabs=system-identity-cli#scoring-script-to-access-azure-resource) to other hosting environments such as Azure App Service. In our previous implementation, we attempted to detect Azure App Service's environment variables before...