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

AcquireTokenSilent(PublicClientApplication.OperatingSystemAccount)

enhancement
Feature Request
WAM

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

P2
test
internal

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`

test
internal
build pipeline

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

enhancement
Feature Request
availability
ICM
R9

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

bug
P2
MAUI
scenario:Desktop
public-client
not_cpp_wrapper_issue
tracked-ado

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

bug
P2
Migration: ADAL to MSAL

It is still "Experimental"

enhancement
Feature Request

Our ASP.NET Classic sample does not add `Client_info=1` in the auhorize request and use that info for caching.

bug
P2
documentation
Auth code

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

bug
P2
Investigate
WAM

- [X] Install and setup. - [ ] MSAL C++ exposes a logging callback, but the API has not been ported to C#. - [ ] Adapt runtime logger to...

broker
Feature Request
Supportability
WAM