Asp.net impersonation and delegation, kerberos and SQL Server

ASP.NET Delegation

https://msdn.microsoft.com/en-us/library/aa291350(v=vs.71).aspx

Since NTLM authenticates the user for IIS without providing the user's credentials to IIS, IIS cannot delegate that user's credentials to a remote machine.

 

ASP.NET Impersonation

https://msdn.microsoft.com/en-us/library/aa292118(v=vs.71).aspx

 

Impersonation/Delegation

https://msdn.microsoft.com/en-us/library/ff647248.aspx

 

How To: Use Impersonation and Delegation in ASP.NET 2.0

https://msdn.microsoft.com/en-us/library/ff647404.aspx

 

Kerberos 验证

http://blogs.msdn.com/b/apgcdsd/archive/2011/12/27/kerberos.aspx

 

Kerberos和NTLM - SQL Server连接的那点事

http://blogs.msdn.com/b/apgcdsd/archive/2011/09/27/kerberos-ntlm-sql-server.aspx

 

Using Kerberos Authentication with SQL Server

https://technet.microsoft.com/en-us/library/cc280745(v=sql.105).aspx

 

Kerberos Authentication and SQL Server

https://technet.microsoft.com/en-us/library/cc280744(v=sql.105).aspx

你可能感兴趣的:(Asp.net impersonation and delegation, kerberos and SQL Server)