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'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-tokenI 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 dotnetopenauthE-Trade released their API recently and provided technical documentation which is somewhat useful but not complete. Does anyone have a …
c# .net dotnetopenauth etrade-apiI know stackoverflow uses OpenID authentication. I want to try and use this as well. I am using asp.net …
c# asp.net-mvc-2 dotnetopenauthI'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 dotnetopenauthI 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 dotnetopenauthIm just getting started with Windows Azure and have got a small MVC application running locally using the Azure emulator. …
azure asp.net-mvc-4 dotnetopenauthI'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 dotnetopenauthI'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 owinI'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