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
AcquireTokenSilent(PublicClientApplication.OperatingSystemAccount)
AcquireTokenSilent_ValidATs_ParallelRequests_Async test seems to fail periodically when running on release build. **Logs and Network traces** Error: Assert.Fail failed. Measured performance time EXCEEDED. Max allowed: 2000ms. Elapsed: 2749. AcquireTokenSilent should take...
Investigate and fix the test failures for following tests which are failing only on the CI pipeline but passing on the local and PR pipeline: `Http429_And503_WithoutRetryAfter_AreThrottled_ByDefaultTimeout_Async` `Http429_RetryAfter_ThrottleForDuration_Async`
By default, MSAL retries http calls once on 5xx with [a delay of 1 second](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/ef3b2f61d9f0d441a1d2232ca2062a8d60e13437/src/client/Microsoft.Identity.Client/Http/HttpManager.cs#L162). **Scenario** In expert and high traffic scenarios, customers might want to provide own retry strategies,...
Hi, I'm building a Maui blazor (hybrid) application. To handle some browser (webview) permissions I'm using a custom DialogPermissionRequestHandler which uses CoreWebView2, CoreWebView2PermissionRequestedEventArgs and some enumerations. All this to make...
We are trying to migrate from ADAL to MSAL in the azure function (currently we are using ADAL targeting net6.0-windows10.0.17763.0 w/o any issues) The migration seems to be straightforward, we...
It is still "Experimental"
Fix the caching and investigate the OWIN redirect URI / challenge verb in our ASP.NET classic sample
Our ASP.NET Classic sample does not add `Client_info=1` in the auhorize request and use that info for caching.
**Logs and network traces** Logs: https://microsoft-my.sharepoint.com/:t:/p/laco/EeiLU2TnhIZPodyDkS5jA_oBqCjiIu-aMll07KumUjnwrQ?e=8w5w0o Error messages shown when running in Visual Studio: First error: > Managed Debugging Assistant 'CallbackOnCollectedDelegate' > Message=Managed Debugging Assistant 'CallbackOnCollectedDelegate' : 'A callback was...
- [X] Install and setup. - [ ] MSAL C++ exposes a logging callback, but the API has not been ported to C#. - [ ] Adapt runtime logger to...