RE: Passport authentication -- how can I debug it?
From: Steven Cheng[MSFT] (v-schang_at_online.microsoft.com)
Date: 04/17/04
- Next message: S. Justin Gengo: "Re: problem using Image control in DataList"
- Previous message: BusyWeb: "RE: CACHE PROBLEM !"
- In reply to: Stan: "Passport authentication -- how can I debug it?"
- Next in thread: Steven Cheng[MSFT]: "RE: Passport authentication -- how can I debug it?"
- Reply: Steven Cheng[MSFT]: "RE: Passport authentication -- how can I debug it?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 17 Apr 2004 04:08:27 GMT
Hi Stan,
>From your description, you're wondering whether its possible to provide a
local Passport auhtentiation server which can accept the login request and
do the authentication processes, yes?
Based on my research, the passport authentication is also cookie based and
all the authenticatoin works are processed by the certain internet Passport
Login servers. It authenticate the requests and then set the certain
clientside cookie. And our works in ASP.NET web application is just
configure the certain passport authentication and then use the Passport
Authenitcation provider which can help check the passport authentciatoin
cookie(token) and set the proper Identity and Principle in the requesnt.
So it seems that all the work is done by the remote passport server rather
than ourself. Do you think so?
IN addition ,here is the certain reference on ASP.NET Passport
Authentication Porvider in MSDN:
#Passport Authentication Provider
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconThePassportAuthent
icationProvider.asp?frame=true
Hope also helps.Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
- Next message: S. Justin Gengo: "Re: problem using Image control in DataList"
- Previous message: BusyWeb: "RE: CACHE PROBLEM !"
- In reply to: Stan: "Passport authentication -- how can I debug it?"
- Next in thread: Steven Cheng[MSFT]: "RE: Passport authentication -- how can I debug it?"
- Reply: Steven Cheng[MSFT]: "RE: Passport authentication -- how can I debug it?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|