Replies: 1 comment
-
@JamesIgoe You also mentioned "browser window" and I'm not sure if that's referring to your app's window or the actual Edge browser. If Edge, WebView2 doesn't share info or state with the browser. You might also be able to use Single Sign-on for the logged in Windows user to streamline this: |
Beta Was this translation helpful? Give feedback.
-
I am working win WebView2 in a WPF application, and it is designed to accept configuration parameters via command line or file, a reusable utility for a locked-down environment.
The one complaint we are getting from doctors is that the MS login gets 'forgotten' after the browser window closes, requiring that they login via a popup MS window. If a Window that knows the user identity is open, it seems to reuse that authentication.
Is there a way to persist that login, so that after the window closes, subsequent windows reuse that login, along with maybe an expiration on the file(s) that have that information?
Beta Was this translation helpful? Give feedback.
All reactions