Click here to Skip to main content
15,885,941 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
Could some explain that What is passport authentication??
Soon reply will be appreciated..
Thanks...
Posted

Passport authentication relies on a centralized service provided by Microsoft. Passport authentication identifies a user with using his or her e-mail address and a password and a single Passport account can be used with many different Web sites. Passport authentication is primarily used for public Web sites with thousands of users.
 
Share this answer
 
Comments
fjdiewornncalwe 23-Feb-13 10:07am    
If you are going to copy/paste a solution from somewhere else, please give credit to that source in your answer as well. In this case: Source
Single log-on for all member sites by having a central authentication service like the .NET Passport Authentication service. Hence a user once registered will be able to use single log-in credentials at all the sites..
 
Share this answer
 
v2
Passport authentication can be used when ever u are using a single username password combination to authenticate in to a group of website.

The simplest example that i can give is that of a google gmail account. with a single emailid password combination u are able to access youtube,gmail,google+,blogger and most of the google web appplications.

Better you have a look at :
http://msdn.microsoft.com/en-us/library/f8e50t0f(v=vs.85).aspx[^]

ASP.NET authentication and authorization[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900