Steps to enable double-hop delegation in IIS7 windows 2008

后端 未结 2 701
温柔的废话
温柔的废话 2020-12-06 08:29

my ASP.NET web application uses windows authentication on our intranet. I want it to be able to make a server-side http request to another server on the same domain that als

相关标签:
2条回答
  • 2020-12-06 09:10

    There are several steps to configuring Kerberos/Delegation with Windows.

    First, you need to configure ASP.NET to use delegation. I assume you have this configured in your web.config.

    Then you need to configure the ASP.NET Service Account for delegation. Sometimes you have to create an SPN.

    Then enable delegation for the IIS server AND the account in Active Directory.

    Step by step instructions are provided here: http://msdn.microsoft.com/en-us/library/ms998355.aspx Follow Steps 1-3.

    0 讨论(0)
  • 2020-12-06 09:13

    http://blogs.technet.com/b/taraj/archive/2009/01/29/checklist-for-double-hop-issues-iis-and-sql-server.aspx

    http://www.phishthis.com/2009/10/24/how-to-configure-ad-sql-and-iis-for-two-hop-kerberos-authentication-2/

    IIS to SQL Server kerberos auth issues

    0 讨论(0)
提交回复
热议问题