Top "Dotnetopenauth" questions

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.

How to use OAuth 2 - OAuth 2 C# example

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 dotnetopenauth
Securing my REST API with OAuth while still allowing authentication via third party OAuth providers (using DotNetOpenAuth)

I have a product with a straightforward REST API so that users of the product can directly integrate with the …

api rest oauth openid dotnetopenauth
Require Google to return email address as part of OAuth

I am using OAuth to access Gmail with dotNetOAuth. How can I force Google to return user's email address as …

oauth dotnetopenauth
MVC5 Redirects to Login.aspx when using Windows Authentication

After 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-5
Where can I find a list of OpenID Provider URLs?

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I …

authentication openid dotnetopenauth
DotNetOpenAuth oAuth in ASP.NET MVC

I'm trying to understand how to apply the oAuth consumer library from DotNetOpenAuth in the context of ASP.NET MVC. …

asp.net-mvc oauth dotnetopenauth
How do I use a Service Account to Access the Google Analytics API V3 with .NET C#?

I 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-api
Changed domain error - OpenId auth request contains an unregistered domain

I set up a project on my main domain example.com and then moved it to a subdomain sub.example.…

asp.net-mvc openid dotnetopenauth discourse
Facebook/ Twitter with dotnetopenauth?

I've pretty much got OpenID working using the DotNetOpenAuth library. Now I would like users to be able to use …

c# asp.net-mvc dotnetopenauth
Google+ API: How can I use RefreshTokens to avoid requesting access every time my app launches?

I'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