Re: Please help Passing Credentials
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 14:15:05 -0600
Double hops are solved by implementing Kerberos delegation. I'd suggest
doing some reading on that. There are lots of good papers on the various MS
websites explaining it and I've answered the question in detail on this and
other newsgroups too. In fact, there is another thread that was just
started a few days ago that already launches into the details. Google is
your friend...
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"JOS" <JeremiahOSullivan@xxxxxxxxx> wrote in message
news:1164137895.231827.206100@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am having problems passing Windows credentials to a HTTPRequest
object using ASP.NET 1.1
Here is my set up
Server 1
* ASP.NET 1.1 application
* Integrated Authentication Security
* <identity impersonate = true>
Server 2
* ASP Page
* Integrated Autentication Security
I am creating a HTTPRequest object in Server 1 and passing credentials
using System.NET.DefaultCredentials. The HTTPRequest object is calling
an ASP page on server 2 to submit some XML
If I log on to Server1 as a windows user, browse to the web application
and submit the page it works ok
If I log on to Server 2 as the same windows user, browse to the web
application on Server 1 and submit the page I get a 401 access denied
error
It looks like I am have problems with the double hop of the
credentials.
How can I get this to work, I have basic knowledge of Windows
networking so the simpler the better:)
Any help gratefully recevied
.
- Follow-Ups:
- Re: Please help Passing Credentials
- From: JOS
- Re: Please help Passing Credentials
- References:
- Please help Passing Credentials
- From: JOS
- Please help Passing Credentials
- Prev by Date: Please help Passing Credentials
- Next by Date: Re: Please help Passing Credentials
- Previous by thread: Please help Passing Credentials
- Next by thread: Re: Please help Passing Credentials
- Index(es):
Relevant Pages
|
|