I have a client application that hosts a web browser control (WebView2). The client application is configured to use SSO so the current windows user is automatically logged-in to the application. When I navigate to a web application on our intranet I want the current windows user's credentials to be used to automatically login to the web application (which support integrated windows authentication IWA) in the browser control.
How can I do that?