DotNetOpenAuth is an open source library for OpenID 1.1 and 2.0 supporting OAuth 1.0, 1.1, 2.0 as Consumer and Service Provider.
I have to figure out how to use OAuth 2 in order to use Deviantart api. I got the client_id …
c# oauth oauth-2.0 dotnetopenauthI have a product with a straightforward REST API so that users of the product can directly integrate with the …
api rest oauth openid dotnetopenauthI am using OAuth to access Gmail with dotNetOAuth. How can I force Google to return user's email address as …
oauth dotnetopenauthAfter upgrading from MVC 4 to MVC 5, my application (when started from within Visual Studio) gives the following error. It might …
c# asp.net-mvc dotnetopenauth asp.net-mvc-5I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I …
authentication openid dotnetopenauthI'm trying to understand how to apply the oAuth consumer library from DotNetOpenAuth in the context of ASP.NET MVC. …
asp.net-mvc oauth dotnetopenauthI realized this question has been previously asked but with little in the way of example code, so I am …
c# .net oauth-2.0 dotnetopenauth google-analytics-apiI set up a project on my main domain example.com and then moved it to a subdomain sub.example.…
asp.net-mvc openid dotnetopenauth discourseI've pretty much got OpenID working using the DotNetOpenAuth library. Now I would like users to be able to use …
c# asp.net-mvc dotnetopenauthI'm trying to use the Google+ API to access info for the authenticated user. I've copied some code from one …
c# .net google-api dotnetopenauth google-plus