Ask a Question related to ASP.NET Security, Design and Development.
-
Mike #1
Implicit Passport Authentication
We are looking into developing a portal site which will consist of a number of web applications. For the purposes of authentication, MS Passport seems to be a good candidate for a number of reasons, not least of which is that Passport authentication is well catered for in ASP.Net
However, one of our customers has devised a custom authentication mechanism which works as follows (with one of our existing apps)
1. The user is already logged in to the customer's Extrane
2. To login to our application, an http request is made to a specific page in our application with a random authentication key parameter supplied in the query strin
3. We make a call to the customer's authentication service (a web page) using the ke
4. Some XML is returned, including the user nam
5. Using the user name, we cross-reference it to a user account in our application and log him i
We can assume that at point 4 we have an authentic user name. Via a db lookup we could infer an MS Passport account name or ID, e.g. [email]joebloggs@hotmail.com[/email]. But, is there any way that we can persuade our ASP.Net application that this user is logged into Passport? It would be a pity if we couldn't use <authentication mode="Passport"> just because of one customer!
Mike Guest
-
HIGHLY URGENT: Does Passport authentication pass on to web service
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... -
Passport Requirements
Hi, I have to develop a website demo using .Net Passport service. I'm wondering about this requirements: -Shall I have to install SSL server?... -
FTP with implicit SSL (Net::SSLeay)
Hi, i have a perl script (perl 5.6.0 on Win NT 4) that transfers files from my client machine to a server via ftp. This works fine. The only... -
Who's using MS Passport?
a.. Do you know how's already using Microsoft Passport? I also need some sites that are already using Web Services. Do you know any? thanks, -
Passport Authentication in ASP.NET
Hi All, I want to implement the .Net Passport Authentication in my ASP.NET web application. I have installed the Microsoft Passport SDK 2.5 on...



Reply With Quote

