Hi.
I'm using a QtWebEngine to display a web browser in my windows application. QtWebEngine uses Chromium version 51.0.2704.63.
The application have to display a webpage that requires integrated authentication through Kerberos. When loading the page the signal authenticationRequired is triggered. Which tells me that the windows credentials are not being sent to the page.
I've read that I should set the registry entry to Software\Policies\Chromium\AuthServerWhitelist. I've created that entry with the same value as for the Chrome browser, but without any success.
I decided to search for any mention of the AuthServerWhitelist in the Chromium source code but I could not find anything.
Is it still AuthServerWhitelist registry vaule being used to whitelist servers for Kerberos? If so, what could be the reason it does not work?
If not what is the method now to whitelist servers?
Details:
client OS: Windows 7 Enterprise
Qt version 5.6.1-1
Chromium version: 51.0.2704.63
Pages not working: any requiring integrated windows authentication, any other page (http or https) seems to load fine.
Lutfi