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

Getting issue MSAL Authentication for some users Xamarin Forms. **Original Exception** AuthCodeRequestComponent.VerifyAuthorizationResult (Microsoft.Identity.Client.UI.AuthorizationResult authorizationResult, System.String originalState) Microsoft.Identity.Client.MsalClientException: User canceled authentication. I can ensure user has not cancelled the authentication process....

Investigate

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

bug
P1
Fixed
requires more info
external
Investigate
scenario:Mobile-UWP
workaround exists

Related to cache improvements #3532. **General problem statement** Currently if user does not specify caching mechanism, MSAL's default cache is in-memory without eviction. If in-memory cache with eviction is desired,...

MSAL 4.45 There are quite a few issues in this simple key class: 1. ToString implementation is more expensive than it could be. 2. GetHashCode is implemented using ToString, so...

bug
P2
performance

msal 4.44 1. Create CCA with region set to auto-detection. Set logger to Info. 2. AcquireTokenForClient in an env not on Azure (e.g. personal dev machine) 3. AcquireTokenForClient again. Actual:...

bug
P2
Supportability

Measure the E2E performance of using POP tokens vs Bearer tokens on public clients (i.e. with WAM). - [ ] Initial request to resource to get the nonce - [...

documentation
performance

Add api to pass in the telemetry client to MSAL Ref: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3511

enhancement
Feature Request

https://docs.microsoft.com/en-us/nuget/consume-packages/central-package-management This will make handling package dependencies simpler.

enhancement
Feature Request
internal

.NET6 added IL Trimming (https://devblogs.microsoft.com/dotnet/announcing-net-6/#il-trimming) Unfortunately, MSAL.Net doesn't support it. **Which version of MSAL.NET are you using?** Microsoft.Identity.Client 4.44.0 **Platform** .NET 6 **What authentication flow has the issue?** * Desktop...

bug
P2
PublicClient

**Which version of MSAL.NET are you using?** Latest **Problem** [`Serialize`](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/a2e46b12008f5244e4c4d5e21ff303292757ac24/src/client/Microsoft.Identity.Client/Cache/AdalCacheOperations.cs#L18) and [`Deserialize`](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/a2e46b12008f5244e4c4d5e21ff303292757ac24/src/client/Microsoft.Identity.Client/Cache/AdalCacheOperations.cs#L41) methods in `AdalCacheOperations` create a lot of LOH allocations. **Context** `AdalCacheOperations` are used to serialize refresh tokens and...

bug
P2
cache
performance
workaround exists
good first issue