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
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....
**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 *...
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...
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:...
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 - [...
Add api to pass in the telemetry client to MSAL Ref: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3511
https://docs.microsoft.com/en-us/nuget/consume-packages/central-package-management This will make handling package dependencies simpler.
.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...
**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...