Hi,
Does CEFSharp support integrated windows authentication (version 3.7)?
I tried the following with no success.
var cefSettings = new CefSettings();
cefSettings.CefCommandLineArgs.Add("auth-delegate-whitelist", "auth-delegate-whitelist");
cefSettings.CefCommandLineArgs.Add("auth-server-whitelist", "http://tes:port");
Cef.Initialize(cefSettings);
Has anyone found a way to do that?
Thanks !