microsoft-authentication-library-for-dotnet
                                
                                 microsoft-authentication-library-for-dotnet copied to clipboard
                                
                                    microsoft-authentication-library-for-dotnet copied to clipboard
                            
                            
                            
                        Microsoft Authentication Library (MSAL) for .NET
**Documentation related to component** Android? **Please check those that apply** - [ ] typo - [ ] documentation doesn't exist - [x] documentation needs clarification - [x] error(s) in example...
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...
# 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...
**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?** *...
**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 * [...
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...
**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)....
**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...
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...