You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All platforms are listed with the exception of desktop. I am using this as my default platform for development and when I attempt to use the built-in/generated Open Connect ID authentication scenario/feature in a basic project, I get the following exception thrown during login via IdentityModel.OidcClient.OidcClient.LoginAsync:
System.NotImplementedException: The method or operation is not implemented.
at Uno.AuthenticationBroker.WebAuthenticationBrokerProvider.AuthenticateAsyncCore(WebAuthenticationOptions options, Uri requestUri, Uri callbackUri, CancellationToken ct) in /__w/1/s/src/Uno.UWP/Security/Authentication/Web/WebAuthenticationBrokerProvider.skia.cs:line 23
at Uno.AuthenticationBroker.WebAuthenticationBrokerProvider.AuthenticateAsync(WebAuthenticationOptions options, Uri requestUri, Uri callbackUri, CancellationToken ct) in /__w/1/s/src/Uno.UWP/Security/Authentication/Web/WebAuthenticationBrokerProvider.cs:line 65
at Windows.Foundation.AsyncOperation`1.BuildTaskAsync(FuncAsync`2 taskBuilder) in /__w/1/s/src/Uno.Foundation/Internal/AsyncOperation.TResult.cs:line 70
at System.WindowsRuntimeSystemExtensions.AsTaskCore[TResult](IAsyncOperation`1 source, CancellationToken ct) in /__w/1/s/src/Uno.UWP/System.Runtime/WindowsRuntimeSystemExtensions.cs:line 66
at Uno.Extensions.Authentication.Oidc.WebAuthenticatorBrowser.InvokeAsync(BrowserOptions options, CancellationToken cancellationToken)
I am curious if I am overlooking something obvious. Searching resulted in the above page and nothing else substantial.
Thank you for any assistance you can provide. 🙏👍
The text was updated successfully, but these errors were encountered:
Discussed in #19129
Originally posted by Mike-E-angelo December 26, 2024
I am viewing this page:
https://platform.uno/docs/articles/features/web-authentication-broker.html
All platforms are listed with the exception of desktop. I am using this as my default platform for development and when I attempt to use the built-in/generated Open Connect ID authentication scenario/feature in a basic project, I get the following exception thrown during login via
IdentityModel.OidcClient.OidcClient.LoginAsync
:I am curious if I am overlooking something obvious. Searching resulted in the above page and nothing else substantial.
Thank you for any assistance you can provide. 🙏👍
The text was updated successfully, but these errors were encountered: