Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 WebView 类来启动浏览器的 WPF 应用程序。我需要加载一个调用 WebAuthn 功能的 url。目标 URL 是https://demo.yubico.com。但是由于不支持浏览器而出现错误?
有什么解决方法吗?
我误读了与 Xamarin 相关的原始问题 - 我很抱歉。
在这种情况下,强烈建议使用系统默认浏览器进行基于浏览器的身份验证流程:
这个 RFC 涵盖了 OAuth2 和本机应用程序的最佳实践,我认为它在这里是相关的:
https://www.rfc-editor.org/rfc/rfc8252