How to use chrome with Windows authentication? -


i trying perform http & put operations on intranet url authenticated using microsoft active directory domain accounts. working fine ie not using chrome. chrome version 49.0.2623.108.

accessing url throws dialog username , password , upon filling details, fails err_invalid_handle. following things tried , failed(please excuse lack of brevity):

  1. i tried adding url , active directory server local intranet zones still chrome returns same error.

  2. this link https://serverfault.com/questions/19914/google-chrome-passthrough-windows-authentication says need use authserverwhitelist chrome. not working. apparently, feature of setting parameters has been moved commandline policy settings per https://bugs.chromium.org/p/chromium/issues/detail?id=472145

  3. i tried using policy settings using chrome policy template. imported policy template on local computer policies\administrative templates in gpedit.msc , set parameters authserverwhitelist , authnegotiatedelegatewhitelist. restarted machine well. didnt help. chrome still throws same error.

  4. i tried setting authserverwhitelist , authnegotiatedelegatewhitelist parameters on registry under path: hklm\software\policies\google\chrome.

is there way working on google chrome(version 49.0.2623.108)?

ps: after development, looking package these web pages chrome app. chrome allow usage of windows active directory authentication in app environment? there way fix it?


Comments