panta2705

Results 4 comments of panta2705

I don't find this fix working for .NET 9 and latest MAUI, only a bit different exception occurs when I set `false` ![Image](https://github.com/user-attachments/assets/ed04c7df-e4ec-4dce-b33a-d936663fb8fa) and without this fix it's as already...

Exactly, we are using MAUI Hybrid and having `` control is what is causing the issues for us when setting the flag to false. There are even build errors on...

Any news here? We have same issue that msal library requires old version of Microsoft.Web.WebView2 on dotnet 9. Because latest (v9.0.10) maui library Microsoft.Maui.Core now includes new Microsoft.WindowsAppSDK as well...

@localden Here is some simplified code snippets, I can try making a sample project with the issue if needed ``` public AuthenticationProvider() { var builder = PublicClientApplicationBuilder .Create(_config.ClientId) .WithIosKeychainSecurityGroup(_config.IOSKeychainSecurityGroup) .WithB2CAuthority(_config.AuthoritySignInUp)...