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.16.2 ### Java version 17 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a new app or experiment...
Specifying an identity by resource ID doesn't work on Azure Container Instances (and maybe some other platforms) because we specify the resource ID with query parameter "mi_res_id". ACI observes only...
Use the path as given by the redirect URI to allow for more specific redirect URIs. See issue #891.
Ref customer issue: https://github.com/Azure/azure-sdk-for-java/issues/42942 In short, dependencies of msal4j should re-ship whenever msal4j ships with updated version numbers to avoid potential dependency resolution conflicts, etc. I think this includes persistence...
### MSAL client type Confidential ### Problem Statement We use a client assertion as our client credential when building our confidential client application. This assertion comes from a file stored...
### Library version used 1.17.2 ### Java version 17 ### Scenario Other - please specify ### Is this a new or an existing app? This is a new app or...
Deprecates the extraQueryParameters API according to KR [3310905](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3310905), similar to what was done in MSAL.NET: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5536 This API was meant for niche scenarios which the library did not explicitly cover,...
Correlation ID's are created on a per-request basis in `RequestContext`, and optionally set at the application level as an alternative. Every request gets a correlation ID, and they are critical...
### Library version used 1.20.1 ### Java version 21.0.8 ### Scenario PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword) ### Is this a new or an existing app? This is a new app or experiment...
In the persitence msal4extensions, a unusual `StandardCharset` is used instead of the default `java.nio`. This causes issues e.g. during native build. ``` Error: Discovered unresolved type during parsing: com.nimbusds.jose.util.StandardCharset. This...