Does webview support webauthn(FIDO2.0)?

Vishnu Gopalakrishnan 126 Reputation points
2020-04-03T08:45:20.007+00:00

WPF app with webview tested with https://demo.yubico.com.
But it shows browser not supported.
At the same time, the edge browser works fine.

On checking the user agent of WPF app and Edge below difference found.

WPF WebView User Agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; WebView/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362

Edge User Agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362

Why WebView and edge behavior is different?
The query is same as that of,

https://stackoverflow.com/questions/60995011/webview-class-windows-ui-xaml-controls-does-not-support-webauthn-in-wpf

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,681 questions
{count} votes