Could you elaborate I keep throwing an error when I click the login link in .NET 9 MAUI on Windows, IOS and Android.
This implementation of WebAuthenticator does not support Windows. See WebAuthenticationBroker API that supports all WinAppSDK OS's and application types · Issue #441 · microsoft/WindowsAppSDK · GitHub for more details.
at Microsoft.Maui.Authentication.WebAuthenticatorImplementation.AuthenticateAsync(WebAuthenticatorOptions webAuthenticatorOptions)
at Microsoft.Maui.Authentication.WebAuthenticatorExtensions.AuthenticateAsync(IWebAuthenticator webAuthenticator, Uri url, Uri callbackUrl)
at Auth0.OidcClient.WebAuthenticatorBrowser.InvokeAsync(BrowserOptions options, CancellationToken cancellationToken)
at IdentityModel.OidcClient.AuthorizeClient.AuthorizeAsync(AuthorizeRequest request, CancellationToken cancellationToken) in //src/OidcClient/AuthorizeClient.cs:line 56
at IdentityModel.OidcClient.OidcClient.LoginAsync(LoginRequest request, CancellationToken cancellationToken) in //src/OidcClient/OidcClient.cs:line 75
at Auth0.OidcClient.Auth0ClientBase.LoginAsync(Object extraParameters, CancellationToken cancellationToken)
at Auth0AuthenticationStateProvider.LoginWithAuth0Async() in D:\repos\AuthBlazorMauiAuthO\MauiBlazorHybrid\Auth0AuthenticationStateProvider.cs:line 37
at Auth0AuthenticationStateProvider.g__LogInAsyncCore|4_0() in D:\repos\AuthBlazorMauiAuthO\MauiBlazorHybrid\Auth0AuthenticationStateProvider.cs:line 27
at MauiBlazorHybrid.Components.LoginButton.Login() in D:\repos\AuthBlazorMauiAuthO\MauiBlazorHybrid\Components\LoginButton.razor:line 17
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
NotifyUnhandledException @ blazor.webview.js:1