Hi,
What are advantages of Passport Authentication in .net. Plz, help.
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.
Prabhu RajaPosted Oct 15, 2011, 2:16 AM
Satyapriya NayakPosted Oct 12, 2011, 1:45 PM
Please refer the below link
http://venkataspinterview.blogspot.com/2008/10/aspnet-interview-questions-on-passport.html
Thanks
Javeed M ShaikhPosted Oct 12, 2011, 1:03 PM
Following are a few point on this:
1. The sign-in, sign-out, and registration pages are centrally hosted rather than being specific to each individual site.
2. All .NET Passport sign-in and core profile cookies are strongly encrypted.
3. The central .NET Passport servers return encrypted sign-in and profile information to your site.
4. Members do not need to retype their sign-in name and password when moving from site to site.
5. Participating Web sites never receive a member's password. The authentication cookie is actually a pair of encrypted time stamps asserting when the member signed in.
6. There is no real-time, server-to-server communication between participating Web sites and the central .NET Passport servers.
7. All information exchange occurs through the client's browser using HTTP redirects, encrypted information on the query string, and cookies.
Please do not forget to mark "Accepted Answer".