Open AlbertoCe opened 2 years ago
Not sure -- isn't that a feature of the browser you use?
Hi @brockallen, probably you are right and it could depends on the webview2 control (I opened an issue on the control repository too). I tried the WpfWebView2 sample in your repository and there are no message to the user asking to save password. I'll do some more test today and I'll let you know.
Hi all, I'm trying to use webview2 to authenticate against IdentityServer 4 for my WPF app. I'm using OidcClient (from IdentityModel) with this implementation:
Using this as WebView2:
Webview suggest me known username (used by this page) but does not ask for password change neither ask to save.
Any suggestion?