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
### Library version used 4.61.1 ### .NET version .Net Framework 4.8 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? The app is in...
### Library version used 4.67.2, 4.69.1 ### .NET version .Net Core 8.0.* ### Scenario PublicClient - desktop app ### Is this a new or an existing app? The app is...
### Library version used 4.60.4 ### .NET version .NET SDK 8.0.310 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? The app is in...
I'm on Unity 6 and using Microsoft.Identity.Client at 4.69.1. I'm trying to implement authentication against my already configured Azure AD B2C. My MSAL client configuration looks like this: ``` _msalClient...
### MSAL client type Managed identity ### Problem statement Add Token Revocation Support for MSI v1. [Spec here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5137) ### Proposed solution Add Token Revocation Support for MSI v1. [Spec here](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5137)...
### Library version used 4.68.0 ### .NET version 9.0.102 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? This is a new app or...
### Library version used 4.68.0 ### .NET version 9.0.102 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? This is a new app or...
### Library version used 4.68.0 ### .NET version 9.0.102 ### Scenario PublicClient - desktop app ### Is this a new or an existing app? This is a new app or...
Fixes #4518 and #5056 **Changes proposed in this request** - remove newtonsoft from MSAL (but not from tests, it's missing some functionality around DeepEquals) - use System.Text.Json version 6.0.11 (in...
**Which version of MSAL.NET are you using?** MSAL.NET 4.50.0 **Platform** Xamarin Forms (iOS) **What authentication flow has the issue?** * Desktop / Mobile * [x] Interactive * [ ] Integrated...