Ask a Question related to ASP.NET Security, Design and Development.
-
יבש #1
Kereberos delegation problem
Although I enabled Kerberos delegation, and checked that it worked for a
given asp.net application (a closed solution - no source code), I can not
make it work in my own solution. The working scenario is Client (browser) ->
IIS -> Sql, while the none-working one is Client (browser) -> IIS -> IIS. If
I check for Kerberos network traffic on the middle tier (using a network
monitor), I can see that my solution does NOT trigger any Kerberos messages
at all while the given one does. Any ideas? Is there some special code that
my solution must implement in order to use Kerberos delegation correctly?
Currently I am just passing on CredentialCache.DefaultCredentials.
יבש Guest
-
ASP.NET Impersonation / delegation
you are on the right track. ntlm will not delegate even if your security team allowed delegation, only digest allows delegation. on win2k you... -
Delegation in ASP.NET
I think i had a similar problem a while ago - and i further thinks - yes - he is falling back to NTLM which makes delegation impossible... when... -
Kerberos Delegation
Hi I would like to know if Kerberos Delegation is possible in a multi Hop scenario. For example: Is the following scenario possible? A Client... -
Impersonation or Delegation?
A client makes a request that executes a stored procedure in SQL Server. That stored procedure attempts to read a file on the web server but fails... -
Impersonation and delegation
I've read many messages and even more technotes, but I still can't get the following scenario to work: I have a Windows 2003 web server and a...



Reply With Quote

