dotnetopenauth

Looking for OAuth2 library for Mono

I'm looking for an OAuth2 library that works under Mono 2.6. Currently I'm using DotNetOpenAuth which is working fine for OpenID, but wondering if the DotNetOpenAuth OAuth2 release does (or will) work on Mono. ...

Open-ID not working in staging server

I am using dotnet openID for implementing openID in my website it is working fine in localhost but the same is not true for staging server in the staging server it is working fine in all pages except the pages in which captcha implementation is there captcha implementation is done through Re-captcha. can any body have any suggestion rega...

Implementing DotNetOpenid in my asp.net website

I am trying to implement DotNetOpenid in my asp.net website. However, the more I try to read up on DotNetOpenid, the more confused I get. My initial goal is to allow user login process (similar to StackOverflow). I attempted to get some help via this question http://stackoverflow.com/questions/3882248/dotnetopenid-tutorial/3895442#389...

Whats a good database Schema for Forms auth with OpenId?

I'm trying to find a good standard for a database schema that will let me do a couple things. Mainly, I am writing a web app that needs to handle various types of logins. First being the standard ASP Application Services login, Second being OpenId/oAuth logins and third being Active Directory logins. What's a good suggestion for a dat...

Multiple types were found that match the controller named 'Home'.

I've just started using dotnetopenauth for my user registration. It's great, and is working perfectly. The problem is now I'm getting an error when I try to go to /Home/ which says: Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}/{id}')...

Storing a users OpenID and how to handle different provider urls

Hi, I'm exploring OpenID for a new "hobby" project. Mostly just to learn how it works and have downloaded the DotNetOpenAuth samples and looked at the Nerddinner implementation. And I have a couple of questions. What do you store locally to identify returning users (role management, their posts, whatever)? What I see is people using t...

DotNetOpenAuth: No OpenID endpoint found

I've read the following manual: http://code.google.com/googleapps/marketplace/tutorial_dotnet.html Am I correct that nothing special is required to be done to use google API for user SSO? But when I tried to launch "Hello World" for marketplace application it returned me an error: Blockquote Blockquote> No OpenID endpoint found. Block...

Is Windows Live ID an OpenID Provider?

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID Provider, where is the endpoint? ...