dotnetopenauth Questions

2

Solved

I'm using the following code in an MVC5 site: [HttpPost] [ValidateAntiForgeryToken] public ActionResult Login(LoginModel loginModel) { if (ModelState.IsValid) { var authenticated = FormsAuthenti...
Waxwork asked 11/1, 2014 at 11:46

5

Solved

I am trying to use the CTP to connect with Facebook over OAuth 2.0. I can get the initial request to Facebook working OK, but when it comes back and we call: // Where null will become an HttpReq...
Selachian asked 16/9, 2010 at 8:59

1

I'm trying to post a Twitter status update and I just can't get it working. var consumer = new TwitterConsumer(); // WebConsumer implementation var httpClient = new HttpClient(consumer.CreateAutho...
Intimidate asked 2/12, 2013 at 9:23

1

Solved

I tracked down what appears to be a defect causing a NullReferenceException in my ASP.NET MVC app. Did I break this, or should this break DotNetOpenAuth for the majority of installations? I get th...

1

I realize OpenID is somewhat of a behemoth, or more complex than a typical registration form, but I feel I'm missing something here. According to this question, I'm supposed to save the unique ide...
Glycerin asked 17/7, 2012 at 21:17

2

Every OpenId provider has a provider Url (e.g Google: https://www.google.com/accounts/o8/id) Using OpenIdRelyingParty.CreateRequest I successfully managed to redirect the user to Google provider U...
Proprioceptor asked 24/8, 2010 at 14:21

1

Solved

Update Thanks to a comment by @IvanL, it turns out that the problem is Google specific. I have since tried other providers and for those everything works as expected. Google just doesn't seem to se...
Trustful asked 24/12, 2012 at 18:51

1

i am using DotNetOpenAuth dll for logging my sample application through gmail authentication through c# .net. I successfully login in my gmail account then i want to logout from my gmail account. ...
Shalon asked 30/8, 2013 at 10:15

2

Solved

I've created an OAuth2 authorization server using DotNetOpenAuth, which is working fine - I'm using the resource owner password flow, and successfully exchanging user credentials for an access toke...
Jegger asked 15/8, 2013 at 17:2

1

I'm trying to setup the DotNetOpenAuth samples to have a working SSO solution with a custom provider. I'm using OpenIdProviderMvc sample project which appears to be working fine. My problems is s...
Harridan asked 17/8, 2013 at 17:47

1

Solved

I have a web service that acts as a OAuth 1.0a provider. Web applications go through the OAuth 1 workflow to gain access to user resources. So far so good. The client web application has the need ...
Ultramundane asked 6/8, 2013 at 9:32

1

Solved

I'm having some difficulties getting the OAuth2 working for the Basecamp API with DotNetOpenAuth, here's what I have so far, this is a ASP.NET MVC 4 web app. public ActionResult Basecamp() { var ...
Schoolhouse asked 3/7, 2013 at 17:58

3

Solved

I'm attempting to use DotNetOpenAuth for some web single sign on functionality. I got the samples working for Google and Yahoo but am struggling with Facebook. I am using the CTP (4.0.0.11165) an...
Droll asked 12/7, 2011 at 15:7

1

Solved

I'm trying to use Google OpenID with an MVC 4 app hosted on Azure & it keeps failing. Not straight away though. When I deploy the app, it all works perfectly time after time. I then leave it fo...
Dollhouse asked 4/4, 2013 at 23:31

1

Solved

I'm having a lot of difficulty finding answers to a scenario I have to implement using DotNetOpenAuth and a particular flow I have to deal with. In the graphic below I am in control of both the MV...
Croat asked 31/5, 2013 at 10:26

1

Solved

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with Mic...
Blower asked 23/4, 2013 at 10:33

1

Solved

I have a custom authorization filter for my Authorize method in my OAuth controller. When the authorization filter notes the user is logged, it stuffs the current OAuth request into the session, an...
Limacine asked 24/4, 2013 at 21:57

2

i am using DotNetOpenID dll for logging my sample application through gmail authentication through c# .net code which i used was protected void Page_Load(object sender, EventArgs e) { OpenIdRel...
Resorcinol asked 12/3, 2013 at 5:55

2

I just want to login to my developed application using Gmail OAuth authentication and there by i need to list out various inputs from it such as First Name Last Name Email Address Dob Third par...
Flavio asked 13/3, 2013 at 6:19

2

Solved

I have the following code where its grabbing First/Last name. I realize that email is an extended permission, but what would I need to modify to request extended permissions? How do I get the emai...
Categorize asked 18/3, 2011 at 18:39

6

Solved

On this line i am getting an exception - OAuthWebSecurity.CreateOrUpdateAccount(provider, providerUserId, model.UserName); System.Web.Security.MembershipCreateUserException: The username suppli...

2

I am using Microsoft.Web.WebPages.OAuth. I was able to register Google, Facebook, Twitter, Stack Exchange, MyOpenID... Now I am trying to add Microsoft Live, so I registered: OAuthWebSecurity.Reg...
Buffy asked 30/9, 2012 at 17:30

2

Solved

I want to implement role based login using oauth with facebook, twitter, google etc. It will only be using oauth and will have a role system. Not the default template with the usual registration an...
Herthahertz asked 27/1, 2013 at 17:53

2

Solved

I have a strange issue with a MVC 3 app running as an Azure Website. I have had issues with Azure in the past, but the new Website concept works almost perfectly, except for this: DotNetOpenAuth.M...
Gunpaper asked 10/6, 2012 at 14:18

1

In the last DotNetOpenAuth package, GoogleClient extends OpenIdClient, Someone knows where can i find implementation of google Oauth2 which extends DotNetOpenAuth OAuth2Client?
Johnathon asked 27/11, 2012 at 14:3

© 2022 - 2024 — McMap. All rights reserved.