Ravinder Singh
Ravinder Singh

Reputation: 846

I am trying to use openid for my website. Can someone please point me to a asp.net mvc working sample that uses openid

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.

Upvotes: 2

Views: 294

Answers (1)

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65391

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

http://dotnetopenauth.net:8000/

This is the same as used by Stackoverflow

Upvotes: 2

Related Questions