Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do an OpenId implementation like in stackoverflow

I am looking for a sample code/implementation of open id as in stackoverflow.

I need to implement open id in my MVC C# application to allow my users to login with their google, yahoo, AOL,.. accounts.

Please suggest me a good reference.

like image 927
Prasad Avatar asked Feb 20 '26 09:02

Prasad


1 Answers

DotNetOpenAuth is your friend. Good article on it from Rick Strahl about integrating it with MVC.

like image 55
Steven Robbins Avatar answered Feb 21 '26 23:02

Steven Robbins