.NET PASSPORT
How can use .NET Passport in authentication. Is this work differently from Windows or Forms Authentication?
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.
Pankaj GogoiPosted Jun 21, 2011, 4:48 AM
Passport authentication is a centralized authentication service provided by Microsoft that offers a single logon and core profile services for member sites. This benefits the user because it is no longer necessary to log on to access new protected resources or sites. Passport is a cookies-based authentication service.
Here are few more links
http://technet.microsoft.com/en-us/library/cc778966(WS.10).aspx
Set Up passport authentication
http://www.devx.com/security/Article/17483
Implement passport authentication
http://www.techrepublic.com/article/integrate-passport-authentication-into-your-aspnet-applications/1052982
I suggest you to implement single sign-on using forms authentication without involving the passport SDK
Single sign-on (SSO) is a specialized form of software authentication that enables a user to authenticate once and gain access to the resources of multiple software systems
http://weblogs.asp.net/hernandl/archive/2004/06/09/ssoformsauth.aspx
Hope this helps
Sam HobbsPosted Jun 21, 2011, 2:39 AM
If you look in the MSDN for information about Passport you will find that it is obsolete.
Abhimanyu K VatsaPosted Jun 21, 2011, 1:55 AM
http://www.c-sharpcorner.com/UploadFile/kaps_deo/Authentication07242007033135AM/Authentication.aspx
http://www.extremeexperts.com/Net/Articles/ImplementingPassportAuth.aspx