Ask a Question related to ASP.NET Security, Design and Development.
-
Web Developer #1
Integrated Authentication, Impersonation, and Web Services
Environment:
OS: Windows 2003
IIS: 6
..Net Framework: 1.1
Authentication Scheme: Windows Integrated Authentication
Impersonation: Enabled
Error Message:
Exception Type: System.Net.WebException
Status: ProtocolError
Response: System.Net.HttpWebResponse
Message: The request failed with HTTP status 401: Unauthorized.
TargetSite: System.Object[]
ReadResponse(System.Web.Services.Protocols.SoapCli entMessage,
System.Net.WebResponse, System.IO.Stream, Boolean)
HelpLink: NULL
Source: System.Web.Services
Scenario:
I have two server environments. One houses ASP.Net web form applications,
the other houses ASP.Net web services. Both use IIS Windows Integrated
Authentication and impersonation. When my web forms make calls to the web
services, they get 401 errors.
I read that NTLM doesn't support delegation, and that Kerberos isn't
automatically enabled with WIA. Do I need to enable Kerberos to get
impersonation to work accross web servers? What's happening to the
credentials of the authenticated user?
Thank you.
Web Developer Guest
-
Impersonation and integrated security (+sql server reporting servi
Hi, I'm having a little difficulty getting my head round windows integrated security/impersonation and I'd appreciate a little help with the... -
.NET, Integrated Windows Authentication, and more
First of all, with identity impersonate = true, I still get this blasted error: Exception Details: System.Data.SqlClient.SqlException: Login failed... -
Integrated Authentication Issue
I have a web application using asp.net that uses integrated windows authentication. One of our users changed their windows login information. ... -
integrated windows authentication - web services
I have a performance question. I have a web service in a machine (not in the a domain at all) and the virtual directory is setup for integrated... -
Integrated Authentication with Novell?
Does anybody know if there is a way to do integrated authentication using Novell. bill -
Paul Clement #2
Re: Integrated Authentication, Impersonation, and Web Services
On Wed, 15 Dec 2004 10:19:02 -0800, "Web Developer" <Web [email]Developer@discussions.microsoft.com[/email]> wrote:
¤ Environment:
¤ OS: Windows 2003
¤ IIS: 6
¤ .Net Framework: 1.1
¤ Authentication Scheme: Windows Integrated Authentication
¤ Impersonation: Enabled
¤
¤ Error Message:
¤ Exception Type: System.Net.WebException
¤ Status: ProtocolError
¤ Response: System.Net.HttpWebResponse
¤ Message: The request failed with HTTP status 401: Unauthorized.
¤ TargetSite: System.Object[]
¤ ReadResponse(System.Web.Services.Protocols.SoapCli entMessage,
¤ System.Net.WebResponse, System.IO.Stream, Boolean)
¤ HelpLink: NULL
¤ Source: System.Web.Services
¤
¤ Scenario:
¤ I have two server environments. One houses ASP.Net web form applications,
¤ the other houses ASP.Net web services. Both use IIS Windows Integrated
¤ Authentication and impersonation. When my web forms make calls to the web
¤ services, they get 401 errors.
¤
¤ I read that NTLM doesn't support delegation, and that Kerberos isn't
¤ automatically enabled with WIA. Do I need to enable Kerberos to get
¤ impersonation to work accross web servers? What's happening to the
¤ credentials of the authenticated user?
Unless you are using Basic authentication (w/o SSL) I believe that you need to implement Kerberos
delegation in order to access remote resources.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/authaspdotnet.asp[/url]
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

