Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > HIGHLY URGENT: Does Passport authentication pass on to web service

Reply
Thread Tools

HIGHLY URGENT: Does Passport authentication pass on to web service

 
 
Lopamudra
Guest
Posts: n/a
 
      01-18-2005
I have 2 webservers, one running a web application and the other a web
service. The web application calls a web method of the web service internally
to get some data. This web application is a passport enabled site, hence when
the user logs on, it requests the user to log in with passport.

Both the web application and the web service use the PassportIdentity
object to retrieve the ClientPUID of the user. So we have installed the
Passport SDK on both the web servers.

My question is, If the user gets authenticated against passport in the web
application (web server1), will he be automatically authenticated in the web
service (in web server2) called by the web application. Basically I should be
able to retrieve the ClientPUID in the web service also without
reauthentication.

Please treat this as VERY VERY URGENT.
 
Reply With Quote
 
 
 
 
Joe Kaplan \(MVP - ADSI\)
Guest
Posts: n/a
 
      01-18-2005
My guess is no, but that depends a lot on how your web service is being
called. Are you using transport level security or does your web service
take credentials in the message itself (using something like WSE2 or by
simply passing username data in the XML body)?

If you are using transport level security, then it will depend on the
credentials you have enabled for your proxy class and there is no way that
I'm aware of to supply passport credentials that way (although I could be
wrong there).

There might also be a way to pass the passport cookie to the web service in
hopes that it will accept that as authentication, but I don't know if that
will work either. It is worth a shot.

Joe K.

"Lopamudra" <> wrote in message
news:1A4C8859-78C1-445B-A731-...
> I have 2 webservers, one running a web application and the other a web
> service. The web application calls a web method of the web service
> internally
> to get some data. This web application is a passport enabled site, hence
> when
> the user logs on, it requests the user to log in with passport.
>
> Both the web application and the web service use the PassportIdentity
> object to retrieve the ClientPUID of the user. So we have installed the
> Passport SDK on both the web servers.
>
> My question is, If the user gets authenticated against passport in the web
> application (web server1), will he be automatically authenticated in the
> web
> service (in web server2) called by the web application. Basically I should
> be
> able to retrieve the ClientPUID in the web service also without
> reauthentication.
>
> Please treat this as VERY VERY URGENT.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dpreview's reviews "Highly Recommended" is highly questionable RichA Digital Photography 32 08-18-2009 09:45 AM
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
HIGHLY URGENT: Does Passport authentication pass on to web service Lopamudra ASP .Net Web Services 0 01-18-2005 01:05 PM
Passport authentication -- how can I debug it? =?Utf-8?B?U3Rhbg==?= ASP .Net 2 04-21-2004 09:22 AM
Passport Authentication in ASP.NET Sudhir Pai ASP .Net 1 07-07-2003 02:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57