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 get error message returned by DotNetOpenAuth.OAuth2 on client side?

I'm using ExchangeUserCredentialForToken function to get the token from the Authorization server. It's working fine when my user exists in …

c# asp.net-web-api dotnetopenauth bearer-token
DotNetOpenAuth.Asp Couldnt Load Assembly or one of its dependencies in MVC4 App Unit Tests

I am facing with very strange error in my project. I installed DotnetOpenAuth.Aspnet and Microsoft.AspNet.WebPages.OAuth libraries …

asp.net-mvc-3 visual-studio-2010 asp.net-mvc-4 visual-studio-2012 dotnetopenauth
How do I use OAuth to connect to the Etrade API?

E-Trade released their API recently and provided technical documentation which is somewhat useful but not complete. Does anyone have a …

c# .net dotnetopenauth etrade-api
Where are tutorials for DotNetOpenAuth and how to solve compile error in its samples

I know stackoverflow uses OpenID authentication. I want to try and use this as well. I am using asp.net …

c# asp.net-mvc-2 dotnetopenauth
OAuth2 and DotNetOpenAuth - implementing Google custom client

I'm having an issue implementing custom OAuth2Client for google using DotNetOpenAuth and MVC4. I've got to the point where …

asp.net-mvc-4 oauth-2.0 dotnetopenauth
DotNetOpenAuth MVC 3 Service Provider Example

I am looking at the OAuthServiceProvider WebForms example that comes with the DotNetOpenAuth project, but would like to implement this …

c# .net asp.net-mvc oauth dotnetopenauth
Not running in a hosted service or the Development Fabric (Production, not debug/local)

Im just getting started with Windows Azure and have got a small MVC application running locally using the Azure emulator. …

azure asp.net-mvc-4 dotnetopenauth
Should I use the built-in membership provider for an ASP .NET MVC application?

I've been using a custom membership provider for authentication in all my web form applications till now. I'm about to …

c# .net asp.net asp.net-mvc dotnetopenauth
FormsAuthentication object obsolete [using MVC5]

I'm using the following code in an MVC5 site: [HttpPost] [ValidateAntiForgeryToken] public ActionResult Login(LoginModel loginModel) { if (ModelState.IsValid) { var …

c# forms-authentication dotnetopenauth asp.net-mvc-5 owin
how to generate OAuth client identifier and client secret?

I'm implementing an OAuth2 provider, and I would like to have an area somewhere in my web site where developers …

c# asp.net-mvc-3 dotnetopenauth oauth-2.0