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

Microsoft Authentication Library (MSAL) for .NET

Results 434 microsoft-authentication-library-for-dotnet issues
Sort by recently updated
recently updated
newest added

**Documentation related to component** Android? **Please check those that apply** - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [x] error(s) in example...

documentation
external

Fixes # Changes for Intune **Changes proposed in this request** Added SubError from the brtoker **Testing** Manual **Performance impact** None **Documentation** - [x] All relevant documentation is updated. NA

**Logs and network traces** none **Which version of MSAL.NET are you using?** latest **Platform** any **Repro** ```csharp var authResult = await pca.AcquireTokenInteractive(new[] { "" }) .ExecuteAsync(); ``` **Expected behavior** Friendly...

bug
P3
WAM

# Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#31140](https://github.com/Azure/azure-sdk-for-net/issues/31140). ### Please be aware that @edwardskrod is the author of the original issue and...

documentation

**Logs and network traces** N/A **Which version of MSAL.NET are you using?** MSAL with Visual Studio, Dev 16 and Dev 17 **Platform** NET472 **What authentication flow has the issue?** *...

external

**Logs and network traces** NA **Which version of MSAL.NET are you using?** 4.47.0 **Platform** MAUI **What authentication flow has the issue?** * Desktop / Mobile * [x] Interactive * [...

P2
MAUI

Xamarin.Forms [5.0.0.2515] Android Issue Microsoft.Identity.Client 4.45.0 We are updating our Xamarin Android project to target android v12.1 (API 32) from v11 to allow for new style splash screen for those...

bug
P1
scenario:Mobile-Android

**Which version of MSAL.NET are you using?** Microsoft.Identity.Client 4.42.0 Microsoft.Identity.Client.Extensions.Msal 2.16.5 Microsoft.Identity.Web.TokenCache 1.23.1 **Overview** 1. Use a confidential client app in a web site scenario (S2S should repro this too)....

cache
workaround exists
Feature Request
confidential-client

**Logs and network traces** ``` GlobalExceptionHandler: Status: ApiContractViolation Context: (pii) Tag: 0x2039c1cb GlobalExceptionHandler: Status: ApiContractViolation Context: (pii) Tag: 0x2039c1cb ``` **Which version of MSAL.NET are you using?** Microsoft.Identity.Client 4.47.0 Microsoft.Identity.Client.Broker...

bug
P2
workaround exists
WAM

I'm using MSAL .NET in a Desktop app, and I call IPublicClientApplication.AcquireTokenSilent with a TokenCache to get the access token. In the app, we call this 15 seconds before the...

question
answered