Hi,
What is passport authentication. What is it's advantage?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Dec 19, 2011, 8:44 AM
What are the advantages of Passport authentication?
The advantages of Passport authentication are that the user doesn't have to remember separate user names and passwords for various Web sites and that the user can maintain his or her profile information in a single location. Passport authentication also provides access to other Microsoft services, such as Passport Express Purchase.
Prabhu RajaPosted Dec 19, 2011, 6:51 AM
Satyapriya NayakPosted Dec 19, 2011, 5:47 AM
Passport authentication :- Passport authentication is based on the passport website provided by the Microsoft .So when user logins with credentials it will be reached to the passport website ( i.e. hotmail,devhood,windows live etc) where authentication will happen. If Authentication is successful it will return a token to your website.
Please refer the below link
http://www.codeproject.com/KB/aspnet/ASPDOTNETauthentication.aspx
Thanks
Datta KharadPosted Dec 19, 2011, 1:01 AM
Passport Authentication is not widely used:-
It is used to autheticate in microsoft database, (hotmatil,live.com, etc).
The Passport authentication provider is a centralized authentication service provided by Microsoft that offers a single logon and core profile services for member sites. Passport is a forms-based authentication service. When member sites register with Passport, the Passport service grants a site-specific key. The Passport logon server uses this key to encrypt and decrypt the query strings passed between the member site and the Passport logon server.
Advantages of Passport Authentication:-
You can refer this link:-
http://www.c-sharpcorner.com/Forums/Thread/143629/what-are-advantages-of-passport-authentication.aspx