microsoft-authentication-library-for-java icon indicating copy to clipboard operation
microsoft-authentication-library-for-java copied to clipboard

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2

Results 110 microsoft-authentication-library-for-java issues
Sort by recently updated
recently updated
newest added

Hi team, I git clone MSAL4J code sample from this repo: [ms-identity-java-webapp/msal-java-webapp-sample at master · Azure-Samples/ms-identity-java-webapp (github.com)](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure-Samples%2Fms-identity-java-webapp%2Ftree%2Fmaster%2Fmsal-java-webapp-sample&data=05%7C01%7Cyunbozhang%40microsoft.com%7C1833fff45a5641d2697508db1dfefac3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638136753635249716%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=xN6ca6VRvFPpOMw4V%2Fv%2FbLg75xS9dK3xZmqsSAJb0qQ%3D&reserved=0) I config AAD configuration in application.properties file, and config to Azure China cloud....

Bug
Work-around Provided
P2
confidential-client

In MSAL for Python, I can create client_credential with private key and certificate thumbprint. However, I could not find a way to do the same in MSAL for Java. `ClientCredntialFactory`...

Enhancement

As reported - When the customer makes an interactive call with the redirect URI http://localhost:8000/login, this fails. The call with the redirect URIs: http://localhost/login, http://localhost:8000/ and http://localhost/ are working as...

Enhancement
External

I am using the `InteractiveRequestParameters` to [acquiring the token Interactively](https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki/Acquiring-Token-Interactively), which is working properly when there are no problems. But when there are problems, like the authorization code isn´t provided...

Bug
P2
Supportability
public-client

Jackson-databind is a frequent source of CVEs and diamond-dependency issues for users of our libraries. It is something I am actively trying to get removed from as many libraries that...

Enhancement
AzureSDK

It would be really nice, and arguably more "integrated", if applications did not need to provide the username when using the Integrated Windows Authentication flow. Background: We (the [mssql-jdbc](https://github.com/microsoft/mssql-jdbc) team)...

Enhancement
public-client

We are designing and writing a sample for Managed Identities.

Documentation
Samples

### 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...

Bug
P2
public-client

**Type of task?** Builds **Description** Validate all GitHub Actions workflows in all our Open Source GitHub repositories to accommodate the upcoming changes in GITHUB_TOKEN permissions, effective February 1, 2024. Starting...

Internal

### MSAL client type Confidential ### Problem Statement I have integrated KeyVault with my application, and am able to obtain a `KeyVaultCertificateWithPolicy`. The corresponding object has a method for `getCer()`...

Supportability
Samples