Re: Windows authentication from ASP.NET to SQL Server
- From: "Nils Magnus Englund" <nils.magnus.englund@xxxxxxxxx>
- Date: Tue, 16 Aug 2005 11:35:17 +0200
> If your ASP.NET app is configured for Integrated Windows security,
> credentials cannot be delegated
> by IIS to the remote database server w/o implementing Kerberos.
>
> The reason for this is that NTLM authenticates credentials under IIS
> Integrated Windows security so
> IIS never receives the credentials and cannot forward them for delegation.
But why can't I use Kerberos authentication? Is it anyway to force the
application to use Kerberos? The WindowsIdentity.AuthenticationType property
returns "Negotiate" - this should be "Kerberos", should it not?
Regards,
Nils Magnus Englund
.
- Follow-Ups:
- Re: Windows authentication from ASP.NET to SQL Server
- From: Paul Clement
- Re: Windows authentication from ASP.NET to SQL Server
- References:
- Windows authentication from ASP.NET to SQL Server
- From: Nils Magnus Englund
- Re: Windows authentication from ASP.NET to SQL Server
- From: Stefan
- Re: Windows authentication from ASP.NET to SQL Server
- From: Nils Magnus Englund
- Re: Windows authentication from ASP.NET to SQL Server
- From: Patrick.O.Ige
- Re: Windows authentication from ASP.NET to SQL Server
- From: Nils Magnus Englund
- Re: Windows authentication from ASP.NET to SQL Server
- From: Paul Clement
- Windows authentication from ASP.NET to SQL Server
- Prev by Date: Why does aspnet_regiis -c put the aspnet_client directory under every website?
- Next by Date: Re: global.asax and application objects?
- Previous by thread: Re: Windows authentication from ASP.NET to SQL Server
- Next by thread: Re: Windows authentication from ASP.NET to SQL Server
- Index(es):
Relevant Pages
|