Windows Integrated Authentication in CEFSharp

1,175 views
Skip to first unread message

luki...@gmail.com

unread,
Feb 22, 2015, 8:30:14 AM2/22/15
to cefs...@googlegroups.com
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 !

Jørn Hansen

unread,
Feb 23, 2015, 3:39:03 PM2/23/15
to cefs...@googlegroups.com
Apparently not implemented upstream in CEF yet: http://www.magpcss.org/ceforum/viewtopic.php?f=7&t=11904

--
Best regards,
JornH

luki...@gmail.com

unread,
Mar 4, 2015, 1:49:47 AM3/4/15
to cefs...@googlegroups.com
Thanks.

Do you know if there is a plan to implement it in new release? Or what can I do to use integrated windows authentication in C# project + CefSharp as browser?
Reply all
Reply to author
Forward
0 new messages