views:

169

answers:

1

Due to lack to time i cannot dig google and get information about openid and then implement it. Can someone please point me to a working asp.net sample that explains how openid works with asp.net mvc. Thanks.

+2  A: 

There is c# library to help you to do this called dotnetOpenAuth:

http://dotnetopenauth.net:8000/

This is the same as used by Stackoverflow

Shiraz Bhaiji
It also includes an MVC sample.
Andrew Arnott