What is passport authentication in Asp. net? When it is used?
Passport Authentication
Hello,Everybody
What is passport authentication in Asp. net? When it is used?
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.
Javeed M ShaikhPosted Oct 10, 2011, 2:49 PM
Passport authentication identifies users via Microsoft Passport's single sign-on service.
Microsoft Passport is meant to provide Internet users with a single identity that they can use to visit a wide variety of Web sites that require authentication.
Information about the user is available to your application through a profile that is stored with Microsoft.
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.
Please do not forget to mark "Accepted Answer".
Prabhu RajaPosted Oct 10, 2011, 2:38 PM
Also take a look at this.
ASP.NET authentication and authorization
Get E-book Here
Suthish NairPosted Oct 10, 2011, 2:11 PM