marvelTracker
marvelTracker

Reputation: 4969

DotNetOpenAuth Implementation with ASP.net MVC 3.0

I'm planning to use DotNetOpenAuth(http://www.dotnetopenauth.net/) for implementing openid logging for my application.

Initially I facilitate Facebook, Google, Yahoo and Twitter open ids to log in to my web application.

Do I need to write consumers ie. google, facebook for each items or Are there any common implementations to handle that ?

Upvotes: 2

Views: 767

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039398

You could download the OAuth2 CTP which contains a sample project (OAuthClient) which has Facebook and Twitter implementations.

Upvotes: 2

Related Questions