Friday, 16 February 2018
Saturday, 14 March 2015
Tuesday, 18 November 2014
Tuesday, 21 October 2014
Thursday, 9 October 2014
Wednesday, 8 October 2014
Thursday, 6 March 2014
Wednesday, 30 October 2013
How to enable Kerberos Delegation in Google Chrome
* Using Registry Key
Set/Add this string registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]Name: AuthNegotiateDelegateWhitelistValue: *
* Using Command Line param
--auth-negotiate-delegate-whitelist=*
Delegation can be restricted to servers in the specific domain
*.mydomain.com
I’ve tested it with IIS + SQL Server and double hop delegation works fine.
You can read more about Google Chrome command line params here.
Tuesday, 22 October 2013
Remote debugging IIS Web Application from Visual Studio
Setup your debug environment as described in Remote debugging from Visual Studio post.
When you click ‘Attach’ select w3wp.exe process. If you’re running Application Pools with multiple version of .Net you might see more than one process so make sure you select the correct one.
DelegConfig Kerberos Delegation Configuration Reporting Tool by Brian Murphy-Booth
DelegConfig is an ASP.Net application to test Kerberos/Delegation configuration on your IIS & SQL Server. Useful for testing double hop authentication issues.
Subscribe to:
Posts (Atom)