Click here to Skip to main content
15,917,540 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Need to implement passport authentication in asp.net application. Please help
Posted
Comments
Sandeep Mewara 1-Oct-12 15:10pm    
Goggle?

How to Google

http://msdn.microsoft.com/en-us/library/b0ctef6w%28v=vs.85%29.aspx[^]

http://www.devx.com/security/Article/17483[^]


EDIT:

Actually, didn't MS drop this as a service they provide, or are in the process of phasing it out?

You're probably better offering some sort of OAuth based authentication, using either Google \ Facebook credentials.

Have a look at OAuth
 
Share this answer
 
v2
Comments
Sm.Abdullah 1-Oct-12 9:55am    
@Google....lolx
Refer this [^]article, you'l get really very good explanation of how you can implement .NET Passport Authentication in Web applications using ASP.NET. You will get the steps that are required to implement .NET Passport Authentication.

What is Passport authentication?

Passport authentication provides authentication using Microsoft’s passport service.
If passport authentication is configured and users login using passport then the authentication duties are off-loaded to the passport servers.

Passport uses an encrypted cookie mechanism to indicate authenticated users. The passport users are considered authenticated while the rest are redirected to the passport servers to log in, after which they are redirected back to the site.
 
Share this answer
 
 
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