Kerberos delegation doesn't work in chrome Kerberos delegation doesn't work in chrome google-chrome google-chrome

Kerberos delegation doesn't work in chrome


I had to add the same registry value to this key to make everything work:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium

Also interesting to note that I'm using *.domain.local instead of just *.


Does the value you entered have the quotes in it?

Try entering * with no quotes.

Shut down Chrome entirely (check task manager to make sure) and then try again.

If you use "*" with the quotes it will not work.


Given we now have Edge Chromium. Running the registry script below will fix for both browsers

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]"AuthNegotiateDelegateAllowlist"="*"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]"AuthNegotiateDelegateWhitelist"="*"

I extracted both keys from my registry where they have no quotes around * in the registry, however the extracted keys look exactly as I have Posted above